Searched refs:DebugDieValuePool (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFLinker.h | 37 using DebugDieValuePool = IndexedValuesMap<uint64_t>; variable 89 PatchLocation Patch, DebugDieValuePool &AddrPool) = 0; 102 PatchLocation Patch, DebugDieValuePool &AddrPool) = 0; 501 DebugDieValuePool &StringOffsetPool, 549 DebugDieValuePool &StringOffsetPool; 550 DebugDieValuePool AddrPool; 569 DebugDieValuePool &StringOffsetPool) in DIECloner() 729 DebugDieValuePool &AddrPool) const;
|
H A D | DWARFStreamer.h | 111 DebugDieValuePool &AddrPool) override; 135 PatchLocation Patch, DebugDieValuePool &AddrPool) override; 236 DebugDieValuePool &AddrPool); 248 PatchLocation Patch, DebugDieValuePool &AddrPool);
|
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 543 PatchLocation Patch, DebugDieValuePool &AddrPool) { in emitDwarfDebugRangeListFragment() 566 PatchLocation Patch, DebugDieValuePool &AddrPool) { in emitDwarfDebugRngListsTableFragment() 642 PatchLocation Patch, DebugDieValuePool &AddrPool) { in emitDwarfDebugLocListFragment() 760 PatchLocation Patch, DebugDieValuePool &AddrPool) { in emitDwarfDebugLocListsTableFragment()
|
H A D | DWARFLinker.cpp | 1932 DebugDieValuePool &AddrPool) const { in generateUnitRanges() 2743 DebugDieValuePool StringOffsetPool; in link() 3035 DebugDieValuePool &StringOffsetPool, in cloneModuleUnit()
|