pub unsafe extern "C" fn LLVMDIBuilderCreateMemberType(
Builder: LLVMDIBuilderRef,
Scope: LLVMMetadataRef,
Name: *const c_char,
NameLen: size_t,
File: LLVMMetadataRef,
LineNo: c_uint,
SizeInBits: u64,
AlignInBits: u32,
OffsetInBits: u64,
Flags: LLVMDIFlags,
Ty: LLVMMetadataRef,
) -> LLVMMetadataRef
Expand description
Create debugging information entry for a member.