Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp35 void DWARFDebugAranges::extract(const DWARFDataExtractor &debug_aranges_data) { in extract() argument
40 while (debug_aranges_data.ValidOffset(offset)) { in extract()
42 if (llvm::Error error = set.extract(debug_aranges_data, &offset)) { in extract()
H A DDWARFDebugInfo.cpp41 const DWARFDataExtractor &debug_aranges_data = in GetCompileUnitAranges() local
45 m_cu_aranges_up->extract(debug_aranges_data); in GetCompileUnitAranges()
H A DDWARFDebugAranges.h29 void extract(const lldb_private::DWARFDataExtractor &debug_aranges_data);