[−][src]Function llvm_sys::debuginfo::LLVMDIBuilderCreateDebugLocation
pub unsafe extern "C" fn LLVMDIBuilderCreateDebugLocation(
Ctx: LLVMContextRef,
Line: c_uint,
Column: c_uint,
Scope: LLVMMetadataRef,
InlinedAt: LLVMMetadataRef
) -> LLVMMetadataRef
Creates a new DebugLocation that describes a source location.