Searched refs:addLE64Patch (Results 1 – 4 of 4) sorted by relevance
657 virtual void addLE64Patch(uint64_t Offset, uint64_t NewValue);860 virtual void addLE64Patch(uint64_t Offset, uint64_t NewValue) override;
709 DebugInfoPatcher.addLE64Patch(AttrOffset, NewAddress); in updateUnitDebugInfo()835 DebugInfoPatcher.addLE64Patch(LowPCAttrInfo->Offset, 0); in updateDWARFObjectAddressRanges()1897 DebugInfoPatcher.addLE64Patch(LowPCOffset, 0); in convertToRangesPatchDebugInfo()
3497 SDTNotePatcher->addLE64Patch(SDTInfo.PCOffset, NewAddress); in updateSDTMarkers()3542 LKPatcher->addLE64Patch(LKMarkerInfo.SectionOffset, NewAddress); in updateLKMarkers()
765 void DebugInfoBinaryPatcher::addLE64Patch(uint64_t Offset, uint64_t NewValue) { in addLE64Patch() function in llvm::bolt::DebugInfoBinaryPatcher809 void SimpleBinaryPatcher::addLE64Patch(uint64_t Offset, uint64_t NewValue) { in addLE64Patch() function in llvm::bolt::SimpleBinaryPatcher