[−][src]Function llvm_sys::debuginfo::LLVMDIBuilderCreateTypedef
pub unsafe extern "C" fn LLVMDIBuilderCreateTypedef(
Builder: LLVMDIBuilderRef,
Type: LLVMMetadataRef,
Name: *const c_char,
NameLen: size_t,
File: LLVMMetadataRef,
LineNo: c_uint,
Scope: LLVMMetadataRef
) -> LLVMMetadataRef
Create debugging information entry for a typedef.