Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp120 if (!m_sections_up) { in CreateSections()
121 m_sections_up = std::make_unique<SectionList>(); in CreateSections()
124 delegate_sp->PopulateSectionList(this, *m_sections_up); in CreateSections()
125 unified_section_list = *m_sections_up; in CreateSections()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp126 if (m_sections_up) in CreateSections()
128 m_sections_up = std::make_unique<SectionList>(); in CreateSections()
144 m_sections_up->AddSection(section_sp); in CreateSections()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp290 if (m_sections_up) in CreateSections()
293 m_sections_up = std::make_unique<SectionList>(); in CreateSections()
340 m_sections_up->AddSection(section_sp); in CreateSections()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DObjectFile.cpp249 m_memory_addr(LLDB_INVALID_ADDRESS), m_sections_up(), m_symtab_up(), in ObjectFile()
270 m_process_wp(process_sp), m_memory_addr(header_addr), m_sections_up(), in ObjectFile()
589 if (m_sections_up == nullptr) { in GetSectionList()
601 return m_sections_up.get(); in GetSectionList()
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp86 return Address(m_sections_up->GetSectionAtIndex(0), 0); in GetBaseAddress()
90 m_sections_up = std::make_unique<SectionList>(); in CreateSections()
96 m_sections_up->AddSection(section_sp); in CreateSections()
107 assert(m_sections_up->GetNumSections(0) == 1); in SetLoadAddress()
110 m_sections_up->GetSectionAtIndex(0), m_base); in SetLoadAddress()
/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp289 m_sections_up.reset(); in ~Module()
1294 if (!m_sections_up) { in GetSectionList()
1299 return m_sections_up.get(); in GetSectionList()
1317 if (!m_sections_up) in GetUnifiedSectionList()
1318 m_sections_up = std::make_unique<SectionList>(); in GetUnifiedSectionList()
1319 return m_sections_up.get(); in GetUnifiedSectionList()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp975 if (m_sections_up) in CreateSections()
977 m_sections_up = std::make_unique<SectionList>(); in CreateSections()
990 m_sections_up->AddSection(header_sp); in CreateSections()
1026 m_sections_up->AddSection(section_sp); in CreateSections()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DObjectFile.h742 std::unique_ptr<lldb_private::SectionList> m_sections_up; variable
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1812 if (m_sections_up) in CreateSections()
1815 m_sections_up = std::make_unique<SectionList>(); in CreateSections()
1838 m_sections_up->AddSection(Segment); in CreateSections()
1886 (InfoOr->Segment ? InfoOr->Segment->GetChildren() : *m_sections_up) in CreateSections()
1894 unified_section_list = *m_sections_up; in CreateSections()
2329 SectionList *section_list = m_sections_up.get(); in ParseSymbolTable()
2554 SectionList *section_list = m_sections_up.get(); in ParseTrampolineSymbols()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModule.h1043 lldb::SectionListUP m_sections_up; ///< Unified section list for module that variable
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1655 m_sections_up->AddSection(segment_sp); in ProcessSegmentCommand()
1693 m_sections_up->AddSection(unified_section_sp); in ProcessSegmentCommand()
1810 m_sections_up->AddSection(segment_sp); in ProcessSegmentCommand()
1877 if (m_sections_up) in CreateSections()
1880 m_sections_up = std::make_unique<SectionList>(); in CreateSections()