Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfo.cpp37 m_cu_aranges_ap () in DWARFDebugInfo()
55 if (m_cu_aranges_ap.get() == NULL && m_dwarf2Data) in GetCompileUnitAranges()
59 m_cu_aranges_ap.reset (new DWARFDebugAranges()); in GetCompileUnitAranges()
66 m_cu_aranges_ap->Extract (debug_aranges_data); in GetCompileUnitAranges()
80 …cu->BuildAddressRangeTable (m_dwarf2Data, m_cu_aranges_ap.get(), clear_dies_if_already_not_parsed); in GetCompileUnitAranges()
85 m_cu_aranges_ap->Sort (minimize); in GetCompileUnitAranges()
87 return *m_cu_aranges_ap.get(); in GetCompileUnitAranges()
DDWARFDebugInfo.h80 std::unique_ptr<DWARFDebugAranges> m_cu_aranges_ap; // A quick address to compile unit table variable