Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp320 if (auto RangeListOffset = in dumpAttribute() local
323 dwarf::DW_FORM_sec_offset, *RangeListOffset); in dumpAttribute()
H A DDWARFUnit.cpp328 Error DWARFUnit::extractRangeList(uint64_t RangeListOffset, in extractRangeList() argument
334 uint64_t ActualRangeListOffset = RangeSectionBase + RangeListOffset; in extractRangeList()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h341 Error extractRangeList(uint64_t RangeListOffset,