Home
last modified time | relevance | path

Searched refs:addLE32Patch (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp157 DebugInfoPatcher.addLE32Patch(AttrInfoVal.Offset, NewOffset, in addStringHelper()
799 DebugInfoPatcher.addLE32Patch(RangesBaseAttrInfo->Offset, in updateDWARFObjectAddressRanges()
827 DebugInfoPatcher.addLE32Patch( in updateDWARFObjectAddressRanges()
924 DebugInfoPatcher->addLE32Patch(AttributeOffset, LineTableOffset); in updateLineTableOffsets()
1039 DebugInfoPatcher.addLE32Patch(AttrOffset, static_cast<int32_t>(Offset), in finalizeDebugSections()
1082 DebugInfoPatcher.addLE32Patch(Unit->getOffset() + AbbrevOffset, in finalizeDebugSections()
1094 DebugTypesPatcher->addLE32Patch(Unit->getOffset() + AbbrevOffset, in finalizeDebugSections()
1912 DebugInfoPatcher.addLE32Patch( in convertToRangesPatchDebugInfo()
H A DRewriteInstance.cpp3538 LKPatcher->addLE32Patch(LKMarkerInfo.SectionOffset, in updateLKMarkers()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp516 DebugInfoPatcher.addLE32Patch(AttrOffset, DebugLocWriter::EmptyListOffset); in addList()
537 DebugInfoPatcher.addLE32Patch(AttrOffset, EntryOffset); in addList()
567 DebugInfoPatcher.addLE32Patch(AttrOffset, DebugLocWriter::EmptyListOffset); in writeLegacyLocList()
590 DebugInfoPatcher.addLE32Patch(AttrOffset, EntryOffset); in writeLegacyLocList()
671 DebugInfoPatcher.addLE32Patch(AttrInfoVal->Offset, in finalizeDWARF5()
771 void DebugInfoBinaryPatcher::addLE32Patch(uint64_t Offset, uint32_t NewValue, in addLE32Patch() function in llvm::bolt::DebugInfoBinaryPatcher
813 void SimpleBinaryPatcher::addLE32Patch(uint64_t Offset, uint32_t NewValue, in addLE32Patch() function in llvm::bolt::SimpleBinaryPatcher
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h662 virtual void addLE32Patch(uint64_t Offset, uint32_t NewValue,
865 virtual void addLE32Patch(uint64_t Offset, uint32_t NewValue,