Home
last modified time | relevance | path

Searched refs:getStableDebugLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp672 Builder.SetCurrentDebugLocation(CB->getStableDebugLoc()); in expandCall()
738 Builder.SetCurrentDebugLocation(CB->getStableDebugLoc()); in expandCall()
762 Builder.SetCurrentDebugLocation(CB->getStableDebugLoc()); in expandCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h517 LLVM_ABI const DebugLoc &getStableDebugLoc() const;
H A DIRBuilder.h218 SetCurrentDebugLocation(I->getStableDebugLoc()); in SetInsertPoint()
227 SetCurrentDebugLocation(IP->getStableDebugLoc()); in SetInsertPoint()
235 SetCurrentDebugLocation(IP->getStableDebugLoc()); in SetInsertPoint()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp568 DebugLoc Loc = I->getStableDebugLoc(); in splitBasicBlock()
H A DInstruction.cpp1254 const DebugLoc &Instruction::getStableDebugLoc() const { in getStableDebugLoc() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4339 QB.SetCurrentDebugLocation(PostBBFirst->getStableDebugLoc()); in mergeConditionalStoreToAddress()