pub type LLVMDIBuilderRef = *mut LLVMOpaqueDIBuilder;
Expand description
Represents an LLVM debug info builder.
This models llvm::DIBuilder.
pub type LLVMDIBuilderRef = *mut LLVMOpaqueDIBuilder;
Represents an LLVM debug info builder.
This models llvm::DIBuilder.