Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h657 virtual void addLE64Patch(uint64_t Offset, uint64_t NewValue);
860 virtual void addLE64Patch(uint64_t Offset, uint64_t NewValue) override;
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp709 DebugInfoPatcher.addLE64Patch(AttrOffset, NewAddress); in updateUnitDebugInfo()
835 DebugInfoPatcher.addLE64Patch(LowPCAttrInfo->Offset, 0); in updateDWARFObjectAddressRanges()
1897 DebugInfoPatcher.addLE64Patch(LowPCOffset, 0); in convertToRangesPatchDebugInfo()
H A DRewriteInstance.cpp3497 SDTNotePatcher->addLE64Patch(SDTInfo.PCOffset, NewAddress); in updateSDTMarkers()
3542 LKPatcher->addLE64Patch(LKMarkerInfo.SectionOffset, NewAddress); in updateLKMarkers()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp765 void DebugInfoBinaryPatcher::addLE64Patch(uint64_t Offset, uint64_t NewValue) { in addLE64Patch() function in llvm::bolt::DebugInfoBinaryPatcher
809 void SimpleBinaryPatcher::addLE64Patch(uint64_t Offset, uint64_t NewValue) { in addLE64Patch() function in llvm::bolt::SimpleBinaryPatcher