Searched refs:DebugInfoPatcher (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | DWARFRewriter.cpp | 157 DebugInfoPatcher.addLE32Patch(AttrInfoVal.Offset, NewOffset, in addStringHelper() 166 auto *DebugInfoPatcher = in updateDebugInfo() local 251 addStringHelper(*DebugInfoPatcher, Unit, *AttrInfoVal, in updateDebugInfo() 345 DebugInfoPatcher->clearDestinationLabels(); in updateDebugInfo() 755 DebugInfoPatcher.addReferenceToPatch( in updateUnitDebugInfo() 827 DebugInfoPatcher.addLE32Patch( in updateDWARFObjectAddressRanges() 884 DebugInfoBinaryPatcher *DebugInfoPatcher = nullptr; in updateLineTableOffsets() local 887 DebugInfoPatcher = in updateLineTableOffsets() 1887 BaseOffset = DebugInfoPatcher.getRangeBase(); in convertToRangesPatchDebugInfo() 1897 DebugInfoPatcher.addLE64Patch(LowPCOffset, 0); in convertToRangesPatchDebugInfo() [all …]
|
| /llvm-project-15.0.7/bolt/include/bolt/Rewrite/ |
| H A D | DWARFRewriter.h | 97 DebugInfoBinaryPatcher &DebugInfoPatcher, 114 SimpleBinaryPatcher &DebugInfoPatcher, 119 makeFinalLocListsSection(DebugInfoBinaryPatcher &DebugInfoPatcher, 123 CUOffsetMap finalizeDebugSections(DebugInfoBinaryPatcher &DebugInfoPatcher); 173 SimpleBinaryPatcher &DebugInfoPatcher, 196 void addStringHelper(DebugInfoBinaryPatcher &DebugInfoPatcher,
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | DebugData.cpp | 512 DebugInfoBinaryPatcher &DebugInfoPatcher, in addList() argument 537 DebugInfoPatcher.addLE32Patch(AttrOffset, EntryOffset); in addList() 545 void DebugLocWriter::finalize(DebugInfoBinaryPatcher &DebugInfoPatcher, in finalize() argument 561 DebugInfoBinaryPatcher &DebugInfoPatcher, in writeLegacyLocList() argument 590 DebugInfoPatcher.addLE32Patch(AttrOffset, EntryOffset); in writeLegacyLocList() 631 DebugInfoBinaryPatcher &DebugInfoPatcher, in addList() argument 634 writeLegacyLocList(AttrVal, LocList, DebugInfoPatcher, *AddrWriter, in addList() 637 writeDWARF5LocList(NumberOfEntries, AttrVal, LocList, DebugInfoPatcher, in addList() 671 DebugInfoPatcher.addLE32Patch(AttrInfoVal->Offset, in finalizeDWARF5() 678 DebugInfoPatcher.insertNewEntry(CU.getUnitDIE(), in finalizeDWARF5() [all …]
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | DebugData.h | 493 DebugInfoBinaryPatcher &DebugInfoPatcher, 497 virtual void finalize(DebugInfoBinaryPatcher &DebugInfoPatcher, 565 DebugInfoBinaryPatcher &DebugInfoPatcher, 569 void finalize(DebugInfoBinaryPatcher &DebugInfoPatcher, 591 void finalizeDWARF5(DebugInfoBinaryPatcher &DebugInfoPatcher,
|