| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
| H A D | SymbolVendorWasm.cpp | 71 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance() 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/lldb/source/Plugins/SymbolVendor/ELF/ |
| H A D | SymbolVendorELF.cpp | 74 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance() 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/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()
|
| H A D | UnwindTable.cpp | 54 SectionList *sl = m_module.GetSectionList(); in Initialize()
|
| H A D | SymbolFile.cpp | 52 module_obj_file->GetSectionList(); in FindPlugin()
|
| H A D | ObjectFile.cpp | 583 SectionList *ObjectFile::GetSectionList(bool update_module_section_list) { in GetSectionList() function in ObjectFile 622 SectionList *section_list = GetSectionList(); in GetLoadableData()
|
| H A D | DWARFCallFrameInfo.cpp | 190 m_objfile.GetSectionList()); in GetAddressRange() 583 m_objfile.GetSectionList()); in FDEToUnwindPlan()
|
| H A D | Function.cpp | 135 SectionList *section_list = caller_module_sp->GetSectionList(); in GetLoadAddress()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 47 m_next_section_idx(m_obj->GetSectionList()->GetNumSections(0)), in LineIterator() 94 *obj.GetSectionList()->GetSectionAtIndex(m_next_section_idx - 1); in LineIterator() 107 const SectionList &list = *m_obj->GetSectionList(); in operator ++() 327 const SectionList &list = *module.GetSectionList(); in AddSymbols() 532 m_objfile_sp->GetModule()->GetSectionList())); in ParseCFIUnwindPlan() 575 m_objfile_sp->GetModule()->GetSectionList())); in ParseWinUnwindPlan()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.cpp | 164 SectionList *sections = GetSectionList(); in Dump() 212 SectionList *section_list = GetSectionList(); in SetLoadAddress()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| 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() 1870 if (auto gdd_objfile_section_list = gdd_obj_file->GetSectionList()) { in CreateSections() 1992 module_sp ? module_sp->GetSectionList() : nullptr; in ParseSymbols() 2334 SectionList *section_list = GetSectionList(); in ParseDynamicSymbols() 2665 SectionList *section_list = GetSectionList(); in RelocateDebugSections() 2721 SectionList *section_list = module_sp->GetSectionList(); in GetSymtab() 2899 SectionList *section_list = GetSectionList(); in ParseUnwindSymbols() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDwo.cpp | 28 : SymbolFileDWARF(objfile, objfile->GetSectionList( in SymbolFileDWARFDwo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
| H A D | DynamicLoaderStatic.cpp | 92 SectionList *section_list = image_object_file->GetSectionList(); in LoadAllImagesAtFileAddresses()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 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/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 377 SectionList *section_list = GetSectionList(); in SetLoadAddress() 452 SectionList *sections = GetSectionList(); in Dump()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBLocationToDWARFExpression.cpp | 89 SectionList *section_list = module->GetSectionList(); in ConvertPDBLocationToDWARFExpression()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | DynamicLoader.cpp | 144 sections = obj_file->GetSectionList(); in GetSectionListFromModule()
|
| H A D | Module.cpp | 441 SectionList *section_list = GetSectionList(); in ResolveFileAddress() 1277 SectionList *Module::GetSectionList() { in GetSectionList() function in Module 1396 SectionList *section_list = GetSectionList(); in SetSymbolFileFileSpec() 1466 SectionList *sections = GetSectionList(); in IsLoadedInTarget()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBModule.cpp | 368 SectionList *section_list = module_sp->GetSectionList(); in GetNumSections() 384 SectionList *section_list = module_sp->GetSectionList(); in GetSectionAtIndex() 570 SectionList *section_list = module_sp->GetSectionList(); in FindSection()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 104 GetModule()->GetSectionList(); in SetLoadAddress() 149 SectionList *sect_list = module_sp->GetSectionList(); in HashElfTextSection() 423 SectionList *sections = module_sp->GetSectionList(); in BuildMemoryRegions()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | DWARFLocationExpression.cpp | 207 SectionList *section_list = module->GetSectionList(); in MakeGlobalLocationExpression()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 314 virtual SectionList *GetSectionList(bool update_module_section_list = true);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Module.h | 571 virtual SectionList *GetSectionList();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 394 SectionList *sections = module_sp->GetSectionList(); in GetObjCVersion()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 549 sections = obj_file->GetSectionList(); in GetSectionListFromModule()
|