Searched refs:AddrWriter (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | DWARFRewriter.cpp | 182 AddrWriter = std::make_unique<DebugAddrWriterDwarf5>(&BC); in updateDebugInfo() 184 DebugRangeListsSectionWriter::setAddressWriter(AddrWriter.get()); in updateDebugInfo() 186 AddrWriter = std::make_unique<DebugAddrWriter>(&BC); in updateDebugInfo() 192 DebugLoclistWriter::setAddressWriter(AddrWriter.get()); in updateDebugInfo() 491 AddrWriter->getIndexFromAddress(UpdatedAddress, Unit); in updateUnitDebugInfo() 648 const uint32_t Index = AddrWriter->getIndexFromAddress( in updateUnitDebugInfo() 660 AddrWriter->addIndexAddress(EntryAddress->Address, in updateUnitDebugInfo() 705 const uint32_t Index = AddrWriter->getIndexFromAddress( in updateUnitDebugInfo() 1007 if (AddrWriter->isInitialized()) { in finalizeDebugSections() 1026 Offset = AddrWriter->getOffset(*CU); in finalizeDebugSections() [all …]
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | DebugData.cpp | 170 DebugAddrWriter *DebugRangeListsSectionWriter::AddrWriter = nullptr; member in llvm::bolt::DebugRangeListsSectionWriter 219 uint32_t Index = AddrWriter->getIndexFromAddress(Range.LowPC, *CU); in addRanges() 562 DebugAddrWriter &AddrWriter, in writeLegacyLocList() argument 576 const uint32_t Index = AddrWriter.getIndexFromAddress(Entry.LowPC, CU); in writeLegacyLocList() 596 DebugAddrWriter &AddrWriter, DebugBufferVector &LocBodyBuffer, in writeDWARF5LocList() argument 617 const uint32_t Index = AddrWriter.getIndexFromAddress(Entry.LowPC, CU); in writeDWARF5LocList() 634 writeLegacyLocList(AttrVal, LocList, DebugInfoPatcher, *AddrWriter, in addList() 638 AbbrevWriter, *AddrWriter, *LocBodyBuffer, in addList() 694 DebugAddrWriter *DebugLoclistWriter::AddrWriter = nullptr; member in llvm::bolt::DebugLoclistWriter
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | DebugData.h | 226 static void setAddressWriter(DebugAddrWriter *AddrW) { AddrWriter = AddrW; } in setAddressWriter() 254 static DebugAddrWriter *AddrWriter; 547 assert(DebugLoclistWriter::AddrWriter && in DebugLoclistWriter() 561 static void setAddressWriter(DebugAddrWriter *AddrW) { AddrWriter = AddrW; } in setAddressWriter() 594 static DebugAddrWriter *AddrWriter; variable
|
| /llvm-project-15.0.7/bolt/include/bolt/Rewrite/ |
| H A D | DWARFRewriter.h | 53 std::unique_ptr<DebugAddrWriter> AddrWriter; variable
|