Home
last modified time | relevance | path

Searched refs:addUDataPatch (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp493 DebugInfoPatcher.addUDataPatch(AttrVal.Offset, Index, AttrVal.Size); in updateUnitDebugInfo()
654 DebugInfoPatcher.addUDataPatch(AttrOffset, Tmp.size() + 1, 1); in updateUnitDebugInfo()
655 DebugInfoPatcher.addUDataPatch(AttrOffset + PrevOffset + in updateUnitDebugInfo()
707 DebugInfoPatcher.addUDataPatch(AttrOffset, Index, AttrVal->Size); in updateUnitDebugInfo()
824 DebugInfoPatcher.addUDataPatch(AttrVal->Offset, DebugRangesOffset, in updateDWARFObjectAddressRanges()
1885 DebugInfoPatcher.addUDataPatch(LowPCOffset, 0, LowPCVal->Size); in convertToRangesPatchDebugInfo()
1895 DebugInfoPatcher.addUDataPatch(LowPCOffset, Index, LowPCVal->Size); in convertToRangesPatchDebugInfo()
1909 DebugInfoPatcher.addUDataPatch(HighPCOffset, RangesSectionOffset, in convertToRangesPatchDebugInfo()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h668 virtual void addUDataPatch(uint64_t Offset, uint64_t Value,
871 virtual void addUDataPatch(uint64_t Offset, uint64_t Value,
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp604 DebugInfoPatcher.addUDataPatch(AttrVal.Offset, NumberOfEntries, AttrVal.Size); in writeDWARF5LocList()
757 void DebugInfoBinaryPatcher::addUDataPatch(uint64_t Offset, uint64_t NewValue, in addUDataPatch() function in llvm::bolt::DebugInfoBinaryPatcher
800 void SimpleBinaryPatcher::addUDataPatch(uint64_t Offset, uint64_t Value, in addUDataPatch() function in llvm::bolt::SimpleBinaryPatcher