pub unsafe extern "C" fn LLVMInstructionGetAllMetadataOtherThanDebugLoc(
Instr: LLVMValueRef,
NumEntries: *mut usize,
) -> *mut LLVMValueMetadataEntryExpand description
Returns the metadata associated with an instruction value, but filters out all the debug locations.
@see llvm::Instruction::getAllMetadataOtherThanDebugLoc()