LLVMInstructionGetAllMetadataOtherThanDebugLoc

Function LLVMInstructionGetAllMetadataOtherThanDebugLoc 

Source
pub unsafe extern "C" fn LLVMInstructionGetAllMetadataOtherThanDebugLoc(
    Instr: LLVMValueRef,
    NumEntries: *mut usize,
) -> *mut LLVMValueMetadataEntry
Expand description

Returns the metadata associated with an instruction value, but filters out all the debug locations.

@see llvm::Instruction::getAllMetadataOtherThanDebugLoc()