Lines Matching refs:RangesBase
260 Optional<uint64_t> RangesBase; in updateDebugInfo() local
291 RangesBase = RangesSectionWriter->getSectionOffset(); in updateDebugInfo()
294 DwoDebugInfoPatcher->setRangeBase(*RangesBase); in updateDebugInfo()
305 RangesBase = None; in updateDebugInfo()
317 RangesBase = RangesSectionWriter->getSectionOffset() + in updateDebugInfo()
325 *DebugLocWriter, *RangesSectionWriter, RangesBase); in updateDebugInfo()
360 Optional<uint64_t> RangesBase) { in updateUnitDebugInfo() argument
416 AbbrevWriter, RangesBase); in updateUnitDebugInfo()
773 Optional<uint64_t> RangesBase) { in updateDWARFObjectAddressRanges() argument
790 if (RangesBase) { in updateDWARFObjectAddressRanges()
800 static_cast<uint32_t>(*RangesBase), in updateDWARFObjectAddressRanges()
802 RangesBase = None; in updateDWARFObjectAddressRanges()
831 if (!RangesBase) { in updateDWARFObjectAddressRanges()
852 .insertNewEntry(DIE, *RangesBase); in updateDWARFObjectAddressRanges()
863 AbbrevWriter, RangesBase); in updateDWARFObjectAddressRanges()
865 RangesBase); in updateDWARFObjectAddressRanges()
1841 DebugAbbrevWriter &AbbrevWriter, Optional<uint64_t> RangesBase) { in convertToRangesPatchAbbrev() argument
1853 if (RangesBase) in convertToRangesPatchAbbrev()
1867 SimpleBinaryPatcher &DebugInfoPatcher, Optional<uint64_t> RangesBase) { in convertToRangesPatchDebugInfo() argument
1901 if (RangesBase) in convertToRangesPatchDebugInfo()
1903 .insertNewEntry(DIE, *RangesBase); in convertToRangesPatchDebugInfo()