Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h360 Error extractRangeList(uint64_t RangeListOffset,
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp365 Error DWARFUnit::extractRangeList(uint64_t RangeListOffset, in extractRangeList() function in DWARFUnit
648 if (Error E = extractRangeList(Offset, RangeList)) in findRnglistFromOffset()