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.cpp694 Builder.SetCurrentDebugLocation(CB->getStableDebugLoc()); in expandCall()
760 Builder.SetCurrentDebugLocation(CB->getStableDebugLoc()); in expandCall()
784 Builder.SetCurrentDebugLocation(CB->getStableDebugLoc()); in expandCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h470 const DebugLoc &getStableDebugLoc() const;
H A DIRBuilder.h188 SetCurrentDebugLocation(I->getStableDebugLoc()); in SetInsertPoint()
197 SetCurrentDebugLocation(IP->getStableDebugLoc()); in SetInsertPoint()
205 SetCurrentDebugLocation(IP->getStableDebugLoc()); in SetInsertPoint()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp588 DebugLoc Loc = I->getStableDebugLoc(); in splitBasicBlock()
H A DInstruction.cpp1179 const DebugLoc &Instruction::getStableDebugLoc() const { in getStableDebugLoc() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4189 QB.SetCurrentDebugLocation(PostBBFirst->getStableDebugLoc()); in mergeConditionalStoreToAddress()