Searched refs:RangesSectionOffset (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | DWARFRewriter.cpp | 410 const uint64_t RangesSectionOffset = in updateUnitDebugInfo() local 415 updateDWARFObjectAddressRanges(DIE, RangesSectionOffset, DebugInfoPatcher, in updateUnitDebugInfo() 459 uint64_t RangesSectionOffset = RangesSectionWriter.getEmptyRangesOffset(); in updateUnitDebugInfo() local 474 RangesSectionOffset = RangesSectionWriter.addRanges( in updateUnitDebugInfo() 479 updateDWARFObjectAddressRanges(DIE, RangesSectionOffset, DebugInfoPatcher, in updateUnitDebugInfo() 1866 DWARFDie DIE, uint64_t RangesSectionOffset, in convertToRangesPatchDebugInfo() argument 1909 DebugInfoPatcher.addUDataPatch(HighPCOffset, RangesSectionOffset, in convertToRangesPatchDebugInfo() 1913 HighPCOffset, RangesSectionOffset - BaseOffset, HighPCVal->Size); in convertToRangesPatchDebugInfo()
|
| /llvm-project-15.0.7/bolt/include/bolt/Rewrite/ |
| H A D | DWARFRewriter.h | 172 void convertToRangesPatchDebugInfo(DWARFDie DIE, uint64_t RangesSectionOffset,
|