Function llvm_sys::debuginfo::LLVMDIBuilderCreateTypedef
source · pub unsafe extern "C" fn LLVMDIBuilderCreateTypedef(
Builder: LLVMDIBuilderRef,
Type: LLVMMetadataRef,
Name: *const c_char,
NameLen: size_t,
File: LLVMMetadataRef,
LineNo: c_uint,
Scope: LLVMMetadataRef,
AlignInBits: u32
) -> LLVMMetadataRef
Expand description
Create debugging information entry for a typedef.