Function llvm_sys::debuginfo::LLVMDIBuilderCreateObjCIVar
source · pub unsafe extern "C" fn LLVMDIBuilderCreateObjCIVar(
Builder: LLVMDIBuilderRef,
Name: *const c_char,
NameLen: size_t,
File: LLVMMetadataRef,
LineNo: c_uint,
SizeInBits: u64,
AlignInBits: u32,
OffsetInBits: u64,
Flags: LLVMDIFlags,
Ty: LLVMMetadataRef,
PropertyNode: LLVMMetadataRef
) -> LLVMMetadataRef
Expand description
Create debugging information entry for Objective-C instance variable.