Home
last modified time | relevance | path

Searched refs:RangeSectionBase (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp383 uint64_t ActualRangeListOffset = RangeSectionBase + RangeListOffset; in extractRangeList()
390 RangeSectionBase = 0; in clear()
519 assert(RangeSectionBase == 0); in tryExtractDIEsIfNeeded()
525 RangeSectionBase = toSectionOffset(UnitDie.find(DW_AT_rnglists_base), 0); in tryExtractDIEsIfNeeded()
1214 RangesData, RangeSectionBase, getFormat(), Index)) in getRnglistOffset()
1215 return *Off + RangeSectionBase; in getRnglistOffset()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h219 uint64_t RangeSectionBase; variable
377 RangeSectionBase = Base; in setRangesSection()