Searched refs:insertDbgRecordAfter (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugProgramInstruction.cpp | 230 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 D | BasicBlock.cpp | 1027 void BasicBlock::insertDbgRecordAfter(DbgRecord *DR, Instruction *I) { in insertDbgRecordAfter() function in BasicBlock
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | BasicBlock.h | 128 LLVM_ABI void insertDbgRecordAfter(DbgRecord *DR, Instruction *I);
|
| H A D | DebugProgramInstruction.h | 642 LLVM_ABI void insertDbgRecordAfter(DbgRecord *New, DbgRecord *InsertAfter);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 1918 LI->getParent()->insertDbgRecordAfter(DV, LI); in ConvertDebugDeclareToDebugValue() 2692 DomPoint.getParent()->insertDbgRecordAfter(DVR, &DomPoint); in rewriteDebugUsers()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 9014 VIBB->insertDbgRecordAfter(DVR, &*VI); in DbgInserterHelper()
|