Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp334 uint64_t ActualRangeListOffset = RangeSectionBase + RangeListOffset; in extractRangeList()
341 RangeSectionBase = 0; in clear()
434 assert(RangeSectionBase == 0); in tryExtractDIEsIfNeeded()
440 RangeSectionBase = toSectionOffset(UnitDie.find(DW_AT_rnglists_base), 0); in tryExtractDIEsIfNeeded()
946 RangesData, RangeSectionBase, getFormat(), Index)) in getRnglistOffset()
947 return *Off + RangeSectionBase; in getRnglistOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h211 uint64_t RangeSectionBase; variable
318 RangeSectionBase = Base; in setRangesSection()