Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp215 if (auto RangeListOffset = in dumpAttribute() local
218 dwarf::DW_FORM_sec_offset, *RangeListOffset); in dumpAttribute()
H A DDWARFUnit.cpp377 Error DWARFUnit::extractRangeList(uint64_t RangeListOffset, in extractRangeList() argument
383 uint64_t ActualRangeListOffset = RangeSectionBase + RangeListOffset; in extractRangeList()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h400 Error extractRangeList(uint64_t RangeListOffset,