Function llvm_sys::debuginfo::LLVMDIBuilderCreateAutoVariable
source · pub unsafe extern "C" fn LLVMDIBuilderCreateAutoVariable(
Builder: LLVMDIBuilderRef,
Scope: LLVMMetadataRef,
Name: *const c_char,
NameLen: size_t,
File: LLVMMetadataRef,
LineNo: c_uint,
Ty: LLVMMetadataRef,
AlwaysPreserve: LLVMBool,
Flags: LLVMDIFlags,
AlignInBits: u32
) -> LLVMMetadataRef
Expand description
Create a new descriptor for a local auto variable.