Searched refs:m_sections_ap (Results 1 - 7 of 7) sorted by relevance

/external/lldb/source/Symbol/
H A DObjectFile.cpp255 m_sections_ap(),
302 m_sections_ap(),
614 if (m_sections_ap.get() == NULL)
620 return m_sections_ap.get();
/external/lldb/source/Core/
H A DModule.cpp248 m_sections_ap.reset();
1130 if (m_sections_ap.get() == NULL)
1136 return m_sections_ap.get();
1143 if (m_sections_ap.get() == NULL)
1144 m_sections_ap.reset(new SectionList());
1145 return m_sections_ap.get();
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp855 if (!m_sections_ap.get() && ParseSectionHeaders())
857 m_sections_ap.reset(new SectionList());
964 m_sections_ap->AddSection(section_sp);
968 if (m_sections_ap.get())
987 SectionList *elf_section_list = m_sections_ap.get();
1004 unified_section_list = *m_sections_ap;
1190 SectionList *section_list = m_sections_ap.get();
1393 SectionList *section_list = m_sections_ap.get();
/external/lldb/include/lldb/Core/
H A DModule.h1003 std::unique_ptr<lldb_private::SectionList> m_sections_ap; ///< Unified section list for module that is used by the ObjectFile and and ObjectFile instances for the debug info member in class:lldb_private::Module
/external/lldb/include/lldb/Symbol/
H A DObjectFile.h682 std::unique_ptr<lldb_private::SectionList> m_sections_ap; member in class:lldb_private::ObjectFile
/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp612 if (!m_sections_ap.get())
614 m_sections_ap.reset(new SectionList());
724 m_sections_ap->AddSection (section_sp);
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp954 if (!m_sections_ap.get())
956 m_sections_ap.reset(new SectionList());
1092 m_sections_ap->AddSection(segment_sp);
1098 m_sections_ap->AddSection(unified_section_sp);
1198 m_sections_ap->AddSection(segment_sp);
1384 // m_sections_ap->Dump(&s, NULL, true, UINT32_MAX);// REMOVE THIS LINE

Completed in 2417 milliseconds