Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp25 void DWARFDebugAranges::extract(const DWARFDataExtractor &debug_aranges_data) { in extract() argument
26 llvm::DWARFDataExtractor dwarf_data = debug_aranges_data.GetAsLLVMDWARF(); in extract()
H A DDWARFDebugAranges.h30 void extract(const DWARFDataExtractor &debug_aranges_data);
H A DDWARFDebugInfo.cpp42 const DWARFDataExtractor &debug_aranges_data = in GetCompileUnitAranges() local
46 m_cu_aranges_up->extract(debug_aranges_data); in GetCompileUnitAranges()