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

12

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp311 #pragma mark SectionList
313 SectionList::SectionList () : function in class:SectionList
319 SectionList::~SectionList ()
323 SectionList &
324 SectionList::operator = (const SectionList& rhs)
332 SectionList::AddSection (const lldb::SectionSP& section_sp)
342 SectionList
[all...]
H A DDynamicLoader.cpp145 const SectionList *sections = GetSectionListFromModule(module);
147 assert(sections && "SectionList missing from unloaded module.");
158 const SectionList *
161 SectionList *sections = nullptr;
H A DAddressRange.cpp25 AddressRange::AddressRange (addr_t file_addr, addr_t byte_size, const SectionList *section_list) :
H A DModule.cpp448 SectionList *section_list = GetSectionList();
1223 SectionList *
1236 SectionList *
1241 m_sections_ap.reset(new SectionList());
1357 SectionList *section_list = GetSectionList();
1399 SectionList *sections = GetSectionList();
H A DAddress.cpp222 Address::Address (addr_t address, const SectionList *section_list) :
241 Address::ResolveAddressUsingFileSections (addr_t file_addr, const SectionList *section_list)
/freebsd-10.2-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);
145 SectionList&
151 const SectionList&
299 SectionList m_children; // Child sections
H A DAddressRange.h65 AddressRange (lldb::addr_t file_addr, lldb::addr_t byte_size, const SectionList *section_list = NULL);
H A DAddress.h156 Address (lldb::addr_t file_addr, const SectionList * section_list);
395 ResolveAddressUsingFileSections (lldb::addr_t addr, const SectionList *sections);
H A DModule.h700 virtual SectionList *
1092 std::unique_ptr<lldb_private::SectionList> m_sections_ap; ///< Unified section list for module that is used by the ObjectFile and and ObjectFile instances for the debug info
1151 SectionList *
/freebsd-10.2-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-10.2-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DDynamicLoader.h289 const lldb_private::SectionList *
/freebsd-10.2-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 DObjectFileELF.cpp475 SectionList *section_list = GetSectionList ();
605 SectionList *section_list = GetSectionList();
656 SectionList *section_list = GetSectionList();
680 SectionList *section_list = GetSectionList();
931 ObjectFileELF::CreateSections(SectionList &unified_section_list)
935 m_sections_ap.reset(new SectionList());
1065 SectionList *elf_section_list = m_sections_ap.get();
1091 SectionList *section_list,
1217 SectionList *module_section_list = module_sp->GetSectionList();
1268 SectionList *section_lis
[all...]
H A DObjectFileELF.h145 CreateSections (lldb_private::SectionList &unified_section_list);
292 lldb_private::SectionList *section_list,
H A DELFHeader.cpp277 const lldb_private::SectionList *section_list)
304 const lldb_private::SectionList *section_list)
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h351 virtual SectionList *
355 CreateSections (SectionList &unified_section_list) = 0;
791 std::unique_ptr<lldb_private::SectionList> m_sections_ap;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp117 SectionList *section_list = image_object_file->GetSectionList ();
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Symbol/
H A DUnwindTable.cpp47 SectionList* sl = m_object_file.GetSectionList ();
H A DObjectFile.cpp613 SectionList *
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h148 typedef SmallVector<SectionEntry, 64> SectionList; typedef in class:llvm::RuntimeDyldImpl
149 SectionList Sections;
H A DRuntimeDyldELF.cpp555 SectionList::const_iterator it = Sections.begin();
556 SectionList::const_iterator ite = Sections.end();
/freebsd-10.2-release/contrib/llvm/include/llvm/Object/
H A DMachO.h207 typedef SmallVector<const char*, 1> SectionList; typedef in class:llvm::object::MachOObjectFile
208 SectionList Sections;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp430 SectionList *section_list = module_sp->GetSectionList();
446 SectionList *section_list = module_sp->GetSectionList ();
628 SectionList *section_list = module_sp->GetSectionList();
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h184 class SectionList;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp1537 SectionList *section_list = module->GetSectionList();
2888 SectionList *section_list = module->GetSectionList();

Completed in 297 milliseconds

12