| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 37 m_next_section_idx(m_obj->GetSectionList()->GetNumSections(0)) {} in LineIterator() 63 const SectionList &list = *m_obj->GetSectionList(); in operator ++() 182 const SectionList &list = *module.GetSectionList(); in AddSymbols()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/ |
| H A D | SymbolVendorELF.cpp | 125 SectionList *module_section_list = module_sp->GetSectionList(); in CreateInstance() 126 SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList(); in CreateInstance()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | CompactUnwindInfo.cpp | 202 SectionList *sl = m_objfile.GetSectionList(); in GetUnwindPlan() 503 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() 575 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() 594 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() 659 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() 678 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() 819 SectionList *sl = m_objfile.GetSectionList(); in CreateUnwindPlan_x86_64() 1083 SectionList *sl = m_objfile.GetSectionList(); in CreateUnwindPlan_i386()
|
| H A D | SymbolFile.cpp | 46 module_obj_file->GetSectionList(); in FindPlugin()
|
| H A D | UnwindTable.cpp | 47 SectionList *sl = m_object_file.GetSectionList(); in Initialize()
|
| H A D | ObjectFile.cpp | 610 SectionList *ObjectFile::GetSectionList(bool update_module_section_list) { in GetSectionList() function in ObjectFile 657 SectionList *section_list = GetSectionList(); in GetLoadableData()
|
| H A D | DWARFCallFrameInfo.cpp | 187 m_objfile.GetSectionList()); in GetAddressRange() 583 m_objfile.GetSectionList()); in FDEToUnwindPlan()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.cpp | 161 SectionList *sections = GetSectionList(); in Dump() 210 SectionList *section_list = GetSectionList(); in SetLoadAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBModule.cpp | 339 SectionList *section_list = module_sp->GetSectionList(); in GetNumSections() 352 SectionList *section_list = module_sp->GetSectionList(); in GetSectionAtIndex() 507 SectionList *section_list = module_sp->GetSectionList(); in FindSection()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/ |
| H A D | DynamicLoaderStatic.cpp | 96 SectionList *section_list = image_object_file->GetSectionList(); in LoadAllImagesAtFileAddresses()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDwo.cpp | 33 m_obj_file->GetSectionList(false /* update_module_section_list */); in LoadSectionData()
|
| H A D | SymbolFileDWARFDwp.cpp | 126 m_obj_file->GetSectionList(false /* update_module_section_list */); in LoadRawSectionData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 329 image_object_file->GetSectionList(); in ReadJITDescriptorImpl() 365 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 806 SectionList *section_list = GetSectionList(); in SetLoadAddress() 971 SectionList *section_list = GetSectionList(); in GetImageInfoAddress() 1041 SectionList *section_list = GetSectionList(); in GetEntryPointAddress() 1058 GetSectionList()->FindSectionByID(SegmentID(EnumPHdr.index())), 0); in GetBaseAddress() 1075 SectionList *section_list = GetSectionList(); in ParseDependentModules() 2082 module_sp ? module_sp->GetSectionList() : nullptr; in ParseSymbols() 2429 SectionList *section_list = GetSectionList(); in ParseDynamicSymbols() 2763 SectionList *section_list = GetSectionList(); in RelocateDebugSections() 2816 SectionList *section_list = module_sp->GetSectionList(); in GetSymtab() 2933 SectionList *section_list = GetSectionList(); in ParseUnwindSymbols() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | DynamicLoader.cpp | 149 sections = obj_file->GetSectionList(); in GetSectionListFromModule()
|
| H A D | Module.cpp | 429 SectionList *section_list = GetSectionList(); in ResolveFileAddress() 1281 SectionList *Module::GetSectionList() { in GetSectionList() function in Module 1426 SectionList *section_list = GetSectionList(); in SetSymbolFileFileSpec() 1492 SectionList *sections = GetSectionList(); in IsLoadedInTarget()
|
| H A D | Value.cpp | 422 Address so_addr(address, objfile->GetSectionList()); in GetValueAsData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 79 GetSectionList()->AddSection(section_sp); in CreateImageSection() 86 SectionList *GetSectionList() override { in GetSectionList() function in PlaceholderModule
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 326 virtual SectionList *GetSectionList(bool update_module_section_list = true);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Module.h | 684 virtual SectionList *GetSectionList();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBLocationToDWARFExpression.cpp | 513 SectionList *section_list = module->GetSectionList(); in ConvertPDBLocationToDWARFExpression()
|
| H A D | SymbolFilePDB.cpp | 293 GetObjectFile()->GetModule()->GetSectionList()); in ParseCompileUnitFunctionForPDBFunc() 1335 auto section_list = m_obj_file->GetSectionList(); in AddSymbols()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 550 sections = obj_file->GetSectionList(); in GetSectionListFromModule()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 381 SectionList *sections = module_sp->GetSectionList(); in GetObjCVersion()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | DWARFLocationExpression.cpp | 622 SectionList *section_list = module->GetSectionList(); in MakeGlobalLocationExpression()
|