Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp330 if (auto RangeListOffset = in dumpAttribute() local
333 dwarf::DW_FORM_sec_offset, *RangeListOffset); in dumpAttribute()
H A DDWARFUnit.cpp375 Error DWARFUnit::extractRangeList(uint64_t RangeListOffset, in extractRangeList() argument
381 uint64_t ActualRangeListOffset = RangeSectionBase + RangeListOffset; in extractRangeList()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h348 Error extractRangeList(uint64_t RangeListOffset,