Searched refs:insertDbgRecordAfter (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugProgramInstruction.cpp | 229 LinkedInstr->getParent()->insertDbgRecordAfter(NewDVRAssign, LinkedInstr); in createLinkedDVRAssign() 549 InsertAfter->getMarker()->insertDbgRecordAfter(this, InsertAfter); in insertAfter() 664 void DbgMarker::insertDbgRecordAfter(DbgRecord *New, DbgRecord *InsertAfter) { in insertDbgRecordAfter() function in llvm::DbgMarker
|
| H A D | BasicBlock.cpp | 1059 void BasicBlock::insertDbgRecordAfter(DbgRecord *DR, Instruction *I) { in insertDbgRecordAfter() function in BasicBlock
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | BasicBlock.h | 127 void insertDbgRecordAfter(DbgRecord *DR, Instruction *I);
|
| H A D | DebugProgramInstruction.h | 619 void insertDbgRecordAfter(DbgRecord *New, DbgRecord *InsertAfter);
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 1691 Instr->getParent()->insertDbgRecordAfter(DV, &*Instr); in insertDbgValueOrDbgVariableRecordAfter() 1875 LI->getParent()->insertDbgRecordAfter(DV, LI); in ConvertDebugDeclareToDebugValue() 2651 DomPoint.getParent()->insertDbgRecordAfter(DVR, &DomPoint); in rewriteDebugUsers()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 8614 VIBB->insertDbgRecordAfter(DVR, VI); in DbgInserterHelper()
|