Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp222 DataExtractor rangesData(getRangeSection(), isLittleEndian(), in dump() local
226 while (rangeList.extract(rangesData, &offset)) in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp499 DWARFDataExtractor rangesData(*DObj, DObj->getRangeSection(), in dump() local
503 while (rangesData.isValidOffset(offset)) { in dump()
504 if (Error E = rangeList.extract(rangesData, &offset)) { in dump()