Home
last modified time | relevance | path

Searched refs:SetInstDebugLocation (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DTypeSanitizer.cpp821 IRB.SetInstDebugLocation(I); in instrumentMemInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h277 LLVM_ABI void SetInstDebugLocation(Instruction *I) const;
283 SetInstDebugLocation(I); in AddMetadataToInst()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp64 void IRBuilderBase::SetInstDebugLocation(Instruction *I) const { in SetInstDebugLocation() function in IRBuilderBase
H A DCore.cpp3366 unwrap(Builder)->SetInstDebugLocation(unwrap<Instruction>(Inst)); in LLVMSetInstDebugLocation()