| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Section.cpp | 399 #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 D | DynamicLoader.cpp | 127 const SectionList *sections = GetSectionListFromModule(module); in UnloadSectionsCommon() 138 const SectionList * 140 SectionList *sections = nullptr; in GetSectionListFromModule()
|
| H A D | AddressRange.cpp | 25 class SectionList; 34 const SectionList *section_list) in AddressRange()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFContext.h | 22 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 D | Section.h | 34 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 D | AddressRange.h | 19 class SectionList; variable 64 const SectionList *section_list = nullptr);
|
| H A D | Address.h | 25 class SectionList; variable 158 Address(lldb::addr_t file_addr, const SectionList *section_list); 349 const SectionList *sections);
|
| H A D | Module.h | 48 class SectionList; variable 571 virtual SectionList *GetSectionList(); 1033 SectionList *GetUnifiedSectionList();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.cpp | 140 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 D | ObjectFile.h | 40 lldb_private::SectionList §ion_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 D | DynamicLoader.h | 26 class SectionList; variable 295 const lldb_private::SectionList *
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
| H A D | SymbolVendorWasm.cpp | 113 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 D | macho_platform.h | 40 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 D | SymbolVendorELF.cpp | 116 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 D | ObjectFileWasm.cpp | 293 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 D | ELFHeader.h | 251 const lldb_private::SectionList *section_list); 271 const lldb_private::SectionList *section_list);
|
| H A D | ObjectFileELF.cpp | 669 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 D | CompactUnwindInfo.cpp | 199 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 D | DynamicLoaderHexagonDYLD.cpp | 222 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 D | DynamicLoaderHexagonDYLD.h | 132 const lldb_private::SectionList *
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.cpp | 129 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 D | JITLoaderGDB.cpp | 231 static void updateSectionLoadAddress(const SectionList §ion_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 D | MachOPlatform.h | 36 using SectionList = std::vector<ExecutorAddressRange>; member 47 StringMap<SectionList> InitSections;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStub.cpp | 802 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 D | ObjectFilePDB.h | 78 void CreateSections(SectionList &unified_section_list) override {} in CreateSections()
|