pub unsafe extern "C" fn LLVMGlobalAddDebugInfo(
Global: LLVMValueRef,
GVE: LLVMMetadataRef,
)Expand description
Add debuginfo metadata to this global.
See llvm::GlobalVariable::addDebugInfo().
pub unsafe extern "C" fn LLVMGlobalAddDebugInfo(
Global: LLVMValueRef,
GVE: LLVMMetadataRef,
)Add debuginfo metadata to this global.
See llvm::GlobalVariable::addDebugInfo().