Function llvm_sys::debuginfo::LLVMDIBuilderCreateMacro
source · pub unsafe extern "C" fn LLVMDIBuilderCreateMacro(
Builder: LLVMDIBuilderRef,
ParentMacroFile: LLVMMetadataRef,
Line: c_uint,
RecordType: LLVMDWARFMacinfoRecordType,
Name: *const c_char,
NameLen: usize,
Value: *const c_char,
ValueLen: usize
) -> LLVMMetadataRef