Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h105 DWARFRangeList &rangeList, int &decl_file, int &decl_line,
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp602 DWARFDebugRangeList rangeList; in dump() local
604 if (Error E = rangeList.extract(rangesData, &offset)) { in dump()
608 rangeList.dump(OS); in dump()