Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/
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()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/
DObjectFileBreakpad.cpp127 if (m_sections_up) in CreateSections()
129 m_sections_up = std::make_unique<SectionList>(); in CreateSections()
145 m_sections_up->AddSection(section_sp); in CreateSections()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.cpp291 if (m_sections_up) in CreateSections()
294 m_sections_up = std::make_unique<SectionList>(); in CreateSections()
341 m_sections_up->AddSection(section_sp); in CreateSections()
/openbsd/src/gnu/llvm/lldb/source/Symbol/
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()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/minidump/
DProcessMinidump.cpp87 return Address(m_sections_up->GetSectionAtIndex(0), 0); in GetBaseAddress()
91 m_sections_up = std::make_unique<SectionList>(); in CreateSections()
97 m_sections_up->AddSection(section_sp); in CreateSections()
108 assert(m_sections_up->GetNumSections(0) == 1); in SetLoadAddress()
111 m_sections_up->GetSectionAtIndex(0), m_base); in SetLoadAddress()
/openbsd/src/gnu/llvm/lldb/source/Core/
DModule.cpp291 m_sections_up.reset(); in ~Module()
1273 if (!m_sections_up) { in GetSectionList()
1278 return m_sections_up.get(); in GetSectionList()
1299 if (!m_sections_up) in GetUnifiedSectionList()
1300 m_sections_up = std::make_unique<SectionList>(); in GetUnifiedSectionList()
1301 return m_sections_up.get(); in GetUnifiedSectionList()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp1023 if (m_sections_up) in CreateSections()
1025 m_sections_up = std::make_unique<SectionList>(); in CreateSections()
1038 m_sections_up->AddSection(header_sp); in CreateSections()
1074 m_sections_up->AddSection(section_sp); in CreateSections()
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DObjectFile.h748 std::unique_ptr<lldb_private::SectionList> m_sections_up; variable
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1829 if (m_sections_up) in CreateSections()
1832 m_sections_up = std::make_unique<SectionList>(); in CreateSections()
1855 m_sections_up->AddSection(Segment); in CreateSections()
1903 (InfoOr->Segment ? InfoOr->Segment->GetChildren() : *m_sections_up) in CreateSections()
1911 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()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DModule.h1087 lldb::SectionListUP m_sections_up; ///< Unified section list for module that variable
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1671 m_sections_up->AddSection(segment_sp); in ProcessSegmentCommand()
1709 m_sections_up->AddSection(unified_section_sp); in ProcessSegmentCommand()
1826 m_sections_up->AddSection(segment_sp); in ProcessSegmentCommand()
1893 if (m_sections_up) in CreateSections()
1896 m_sections_up = std::make_unique<SectionList>(); in CreateSections()