Searched refs:SectionList (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp341 #pragma mark SectionList
343 SectionList::SectionList () : function in class:SectionList
349 SectionList::~SectionList ()
353 SectionList &
354 SectionList::operator = (const SectionList& rhs)
362 SectionList::AddSection (const lldb::SectionSP& section_sp)
376 SectionList
[all...]
H A DDynamicLoader.cpp149 const SectionList *sections = GetSectionListFromModule(module);
151 assert(sections && "SectionList missing from unloaded module.");
162 const SectionList *
165 SectionList *sections = nullptr;
H A DAddressRange.cpp25 AddressRange::AddressRange (addr_t file_addr, addr_t byte_size, const SectionList *section_list) :
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h26 class SectionList class in namespace:lldb_private
33 SectionList();
35 ~SectionList();
37 SectionList &
38 operator =(const SectionList& rhs);
146 SectionList&
152 const SectionList&
358 SectionList m_children; // Child sections
H A DAddressRange.h69 AddressRange(lldb::addr_t file_addr, lldb::addr_t byte_size, const SectionList *section_list = nullptr);
H A DAddress.h159 Address (lldb::addr_t file_addr, const SectionList * section_list);
399 ResolveAddressUsingFileSections (lldb::addr_t addr, const SectionList *sections);
H A DModule.h710 virtual SectionList *
1181 SectionList *
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp140 SectionList *module_section_list = module_sp->GetSectionList();
141 SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList();
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h49 lldb_private::SectionList &section_list) = 0;
370 virtual SectionList *
374 CreateSections (SectionList &unified_section_list) = 0;
861 std::unique_ptr<lldb_private::SectionList> m_sections_ap;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp183 ObjectFileJIT::CreateSections (SectionList &unified_section_list)
187 m_sections_ap.reset(new SectionList());
214 SectionList *sections = GetSectionList();
298 SectionList *section_list = GetSectionList ();
H A DObjectFileJIT.h97 CreateSections(lldb_private::SectionList &unified_section_list) override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h255 const lldb_private::SectionList *section_list);
278 const lldb_private::SectionList *section_list);
H A DELFHeader.cpp291 const lldb_private::SectionList *section_list)
318 const lldb_private::SectionList *section_list)
H A DObjectFileELF.h159 CreateSections (lldb_private::SectionList &unified_section_list) override;
336 lldb_private::SectionList *section_list,
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DDynamicLoader.h293 const lldb_private::SectionList *
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.h170 const lldb_private::SectionList *
H A DDynamicLoaderHexagonDYLD.cpp260 const SectionList *sections = GetSectionListFromModule(module);
262 assert(sections && "SectionList missing from loaded module.");
294 const SectionList *sections = GetSectionListFromModule(module);
296 assert(sections && "SectionList missing from unloaded module.");
651 const SectionList *
654 SectionList *sections = nullptr;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp33 const SectionList* section_list = m_obj_file->GetSectionList(false /* update_module_section_list */);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp117 SectionList *section_list = image_object_file->GetSectionList ();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp184 SectionList *sl = m_objfile.GetSectionList ();
492 SectionList *sl = m_objfile.GetSectionList ();
569 SectionList *sl = m_objfile.GetSectionList ();
588 SectionList *sl = m_objfile.GetSectionList ();
641 SectionList *sl = m_objfile.GetSectionList ();
660 SectionList *sl = m_objfile.GetSectionList ();
797 SectionList *sl = m_objfile.GetSectionList ();
1072 SectionList *sl = m_objfile.GetSectionList ();
H A DUnwindTable.cpp55 SectionList* sl = m_object_file.GetSectionList ();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp219 static void updateSectionLoadAddress(const SectionList &section_list,
350 const SectionList *section_list = image_object_file->GetSectionList ();
397 const SectionList *section_list = image_object_file->GetSectionList ();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp424 SectionList *section_list = module_sp->GetSectionList();
440 SectionList *section_list = module_sp->GetSectionList ();
634 SectionList *section_list = module_sp->GetSectionList();
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h243 typedef SmallVector<SectionEntry, 64> SectionList; typedef in class:llvm::RuntimeDyldImpl
244 SectionList Sections;
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h127 lldb_private::SectionList &section_list) override;

Completed in 278 milliseconds

12