Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp230 LinkedInstr->getParent()->insertDbgRecordAfter(NewDVRAssign, LinkedInstr); in createLinkedDVRAssign()
550 InsertAfter->getMarker()->insertDbgRecordAfter(this, InsertAfter); in insertAfter()
567 InsertAfter->getMarker()->insertDbgRecordAfter(this, &*InsertAfter); in insertAfter()
696 void DbgMarker::insertDbgRecordAfter(DbgRecord *New, DbgRecord *InsertAfter) { in insertDbgRecordAfter() function in llvm::DbgMarker
H A DBasicBlock.cpp1027 void BasicBlock::insertDbgRecordAfter(DbgRecord *DR, Instruction *I) { in insertDbgRecordAfter() function in BasicBlock
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h128 LLVM_ABI void insertDbgRecordAfter(DbgRecord *DR, Instruction *I);
H A DDebugProgramInstruction.h642 LLVM_ABI void insertDbgRecordAfter(DbgRecord *New, DbgRecord *InsertAfter);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1918 LI->getParent()->insertDbgRecordAfter(DV, LI); in ConvertDebugDeclareToDebugValue()
2692 DomPoint.getParent()->insertDbgRecordAfter(DVR, &DomPoint); in rewriteDebugUsers()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp9014 VIBB->insertDbgRecordAfter(DVR, &*VI); in DbgInserterHelper()