Home
last modified time | relevance | path

Searched refs:SectionList (Results 1 – 25 of 56) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp399 #pragma mark SectionList
401 SectionList &SectionList::operator=(const SectionList &rhs) { in operator =()
418 bool SectionList::DeleteSection(size_t idx) { in DeleteSection()
426 size_t SectionList::FindSectionIndex(const Section *sect) { in FindSectionIndex()
447 bool SectionList::ReplaceSection(user_id_t sect_id, in ReplaceSection()
465 size_t SectionList::GetNumSections(uint32_t depth) const { in GetNumSections()
476 SectionSP SectionList::GetSectionAtIndex(size_t idx) const { in GetSectionAtIndex()
484 SectionList::FindSectionByName(ConstString section_dstr) const { in FindSectionByName()
506 SectionSP SectionList::FindSectionByID(user_id_t sect_id) const { in FindSectionByID()
524 SectionSP SectionList::FindSectionByType(SectionType sect_type, in FindSectionByType()
[all …]
H A DDynamicLoader.cpp127 const SectionList *sections = GetSectionListFromModule(module); in UnloadSectionsCommon()
138 const SectionList *
140 SectionList *sections = nullptr; in GetSectionListFromModule()
H A DAddressRange.cpp25 class SectionList;
34 const SectionList *section_list) in AddressRange()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.h22 SectionList *m_main_section_list;
23 SectionList *m_dwo_section_list;
57 explicit DWARFContext(SectionList *main_section_list, in DWARFContext()
58 SectionList *dwo_section_list) in DWARFContext()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h34 class SectionList {
46 SectionList() = default;
48 SectionList &operator=(const SectionList &rhs);
126 SectionList &GetChildren() { return m_children; } in GetChildren()
128 const SectionList &GetChildren() const { return m_children; } in GetChildren()
255 SectionList m_children; // Child sections
H A DAddressRange.h19 class SectionList; variable
64 const SectionList *section_list = nullptr);
H A DAddress.h25 class SectionList; variable
158 Address(lldb::addr_t file_addr, const SectionList *section_list);
349 const SectionList *sections);
H A DModule.h48 class SectionList; variable
571 virtual SectionList *GetSectionList();
1033 SectionList *GetUnifiedSectionList();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp140 void ObjectFileJIT::CreateSections(SectionList &unified_section_list) { in CreateSections()
142 m_sections_up = std::make_unique<SectionList>(); in CreateSections()
164 SectionList *sections = GetSectionList(); in Dump()
212 SectionList *section_list = GetSectionList(); in SetLoadAddress()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h40 lldb_private::SectionList &section_list) = 0;
314 virtual SectionList *GetSectionList(bool update_module_section_list = true);
316 virtual void CreateSections(SectionList &unified_section_list) = 0;
709 std::unique_ptr<lldb_private::SectionList> m_sections_up;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicLoader.h26 class SectionList; variable
295 const lldb_private::SectionList *
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp113 SectionList *module_section_list = module_sp->GetSectionList(); in CreateInstance()
114 SectionList *objfile_section_list = sym_objfile_sp->GetSectionList(); in CreateInstance()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.h40 using SectionList = std::vector<ExecutorAddressRange>; member
52 std::unordered_map<std::string, SectionList> InitSections;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp116 SectionList *module_section_list = module_sp->GetSectionList(); in CreateInstance()
117 SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList(); in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp293 void ObjectFileWasm::CreateSections(SectionList &unified_section_list) { in CreateSections()
297 m_sections_up = std::make_unique<SectionList>(); in CreateSections()
377 SectionList *section_list = GetSectionList(); in SetLoadAddress()
452 SectionList *sections = GetSectionList(); in Dump()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h251 const lldb_private::SectionList *section_list);
271 const lldb_private::SectionList *section_list);
H A DObjectFileELF.cpp669 SectionList *section_list = GetSectionList(); in SetLoadAddress()
823 SectionList *section_list = GetSectionList(); in GetImageInfoAddress()
892 SectionList *section_list = GetSectionList(); in GetEntryPointAddress()
924 SectionList *section_list = GetSectionList(); in ParseDependentModules()
1785 m_sections_up = std::make_unique<SectionList>(); in CreateSections()
1991 SectionList *module_section_list = in ParseSymbols()
2299 SectionList *section_list = m_sections_up.get(); in ParseSymbolTable()
2334 SectionList *section_list = GetSectionList(); in ParseDynamicSymbols()
2665 SectionList *section_list = GetSectionList(); in RelocateDebugSections()
2899 SectionList *section_list = GetSectionList(); in ParseUnwindSymbols()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp199 SectionList *sl = m_objfile.GetSectionList(); in GetUnwindPlan()
501 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction()
573 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction()
592 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction()
657 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction()
676 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction()
818 SectionList *sl = m_objfile.GetSectionList(); in CreateUnwindPlan_x86_64()
1083 SectionList *sl = m_objfile.GetSectionList(); in CreateUnwindPlan_i386()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp222 const SectionList *sections = GetSectionListFromModule(module); in UpdateLoadedSections()
253 const SectionList *sections = GetSectionListFromModule(module); in UnloadSections()
543 const SectionList *DynamicLoaderHexagonDYLD::GetSectionListFromModule( in GetSectionListFromModule()
545 SectionList *sections = nullptr; in GetSectionListFromModule()
H A DDynamicLoaderHexagonDYLD.h132 const lldb_private::SectionList *
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp129 void ObjectFileBreakpad::CreateSections(SectionList &unified_section_list) { in CreateSections()
132 m_sections_up = std::make_unique<SectionList>(); in CreateSections()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp231 static void updateSectionLoadAddress(const SectionList &section_list, in updateSectionLoadAddress()
346 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl()
382 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h36 using SectionList = std::vector<ExecutorAddressRange>; member
47 StringMap<SectionList> InitSections;
/freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp802 using SectionList = std::vector<SymbolSection>; typedef
846 [](SectionList &CurrentSections, in NormalizedTBD_V4()
942 auto handleSymbols = [File](const SectionList &CurrentSections, in denormalize()
990 SectionList Exports;
991 SectionList Reexports;
992 SectionList Undefineds;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.h78 void CreateSections(SectionList &unified_section_list) override {} in CreateSections()

123