Home
last modified time | relevance | path

Searched refs:m_sections_up (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
DObjectFileJIT.cpp141 if (!m_sections_up) { in CreateSections()
142 m_sections_up = std::make_unique<SectionList>(); in CreateSections()
145 delegate_sp->PopulateSectionList(this, *m_sections_up); in CreateSections()
146 unified_section_list = *m_sections_up; in CreateSections()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
DObjectFileBreakpad.cpp130 if (m_sections_up) in CreateSections()
132 m_sections_up = std::make_unique<SectionList>(); in CreateSections()
148 m_sections_up->AddSection(section_sp); in CreateSections()
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.cpp257 if (m_sections_up) in CreateSections()
260 m_sections_up = std::make_unique<SectionList>(); in CreateSections()
329 m_sections_up->AddSection(section_sp); in CreateSections()
/external/llvm-project/lldb/source/Symbol/
DObjectFile.cpp270 m_memory_addr(LLDB_INVALID_ADDRESS), m_sections_up(), m_symtab_up(), in ObjectFile()
291 m_process_wp(process_sp), m_memory_addr(header_addr), m_sections_up(), in ObjectFile()
608 if (m_sections_up == nullptr) { in GetSectionList()
620 return m_sections_up.get(); in GetSectionList()
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DProcessMinidump.cpp84 return Address(m_sections_up->GetSectionAtIndex(0), 0); in GetBaseAddress()
88 m_sections_up = std::make_unique<SectionList>(); in CreateSections()
94 m_sections_up->AddSection(section_sp); in CreateSections()
105 assert(m_sections_up->GetNumSections(0) == 1); in SetLoadAddress()
108 m_sections_up->GetSectionAtIndex(0), m_base); in SetLoadAddress()
/external/llvm-project/lldb/source/Core/
DModule.cpp295 m_sections_up.reset(); in ~Module()
1285 if (!m_sections_up) { in GetSectionList()
1290 return m_sections_up.get(); in GetSectionList()
1308 if (!m_sections_up) in GetUnifiedSectionList()
1309 m_sections_up = std::make_unique<SectionList>(); in GetUnifiedSectionList()
1310 return m_sections_up.get(); in GetUnifiedSectionList()
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp822 if (m_sections_up) in CreateSections()
824 m_sections_up = std::make_unique<SectionList>(); in CreateSections()
837 m_sections_up->AddSection(header_sp); in CreateSections()
873 m_sections_up->AddSection(section_sp); in CreateSections()
/external/llvm-project/lldb/include/lldb/Symbol/
DObjectFile.h683 std::unique_ptr<lldb_private::SectionList> m_sections_up; variable
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1769 if (m_sections_up) in CreateSections()
1772 m_sections_up = std::make_unique<SectionList>(); in CreateSections()
1795 m_sections_up->AddSection(Segment); in CreateSections()
1843 (InfoOr->Segment ? InfoOr->Segment->GetChildren() : *m_sections_up) in CreateSections()
1851 unified_section_list = *m_sections_up; in CreateSections()
2286 SectionList *section_list = m_sections_up.get(); in ParseSymbolTable()
2511 SectionList *section_list = m_sections_up.get(); in ParseTrampolineSymbols()
/external/llvm-project/lldb/include/lldb/Core/
DModule.h983 lldb::SectionListUP m_sections_up; ///< Unified section list for module that variable
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1624 m_sections_up->AddSection(segment_sp); in ProcessSegmentCommand()
1653 m_sections_up->AddSection(unified_section_sp); in ProcessSegmentCommand()
1770 m_sections_up->AddSection(segment_sp); in ProcessSegmentCommand()
1837 if (m_sections_up) in CreateSections()
1840 m_sections_up = std::make_unique<SectionList>(); in CreateSections()