Searched refs:absorbDebugValues (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | BasicBlock.cpp | 721 Term->DebugMarker->absorbDebugValues(*TrailingDbgRecords, false); in flushTerminatorDbgRecords() 774 createMarker(Dest)->absorbDebugValues(*First->DebugMarker, InsertAtHead); in spliceDebugInfoEmptyBlock() 837 CurMarker->absorbDebugValues(*OurTrailingDbgRecords, false); in spliceDebugInfo() 855 LastMarker->absorbDebugValues(*MoreDanglingDbgRecords, true); in spliceDebugInfo() 953 createMarker(Dest)->absorbDebugValues(*FromLast, true); in spliceDebugInfoImpl() 964 OntoDest->absorbDebugValues(*FromLast, true); in spliceDebugInfoImpl() 978 OntoLast->absorbDebugValues(*FromFirst, true); in spliceDebugInfoImpl() 988 NewDestMarker->absorbDebugValues(*DestMarker, false); in spliceDebugInfoImpl() 997 FirstMarker->absorbDebugValues(*DestMarker, true); in spliceDebugInfoImpl() 1093 ThisMarker->absorbDebugValues(*NextMarker, false); in reinsertInstInDbgRecords() [all …]
|
| H A D | DebugProgramInstruction.cpp | 637 NextMarker->absorbDebugValues(*this, true); in removeMarker() 703 void DbgMarker::absorbDebugValues(DbgMarker &Src, bool InsertAtHead) { in absorbDebugValues() function in llvm::DbgMarker 711 void DbgMarker::absorbDebugValues( in absorbDebugValues() function in llvm::DbgMarker
|
| H A D | Instruction.cpp | 302 DebugMarker->absorbDebugValues(*SrcMarker, InsertAtHead); in adoptDbgRecords()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugProgramInstruction.h | 629 LLVM_ABI void absorbDebugValues(DbgMarker &Src, bool InsertAtHead); 634 absorbDebugValues(iterator_range<DbgRecord::self_iterator> Range,
|