reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Core/Module.h
  575   virtual SectionList *GetSectionList();

References

tools/lldb/source/API/SBModule.cpp
  369     SectionList *section_list = module_sp->GetSectionList();
  385     SectionList *section_list = module_sp->GetSectionList();
  575     SectionList *section_list = module_sp->GetSectionList();
tools/lldb/source/Commands/CommandObjectTarget.cpp
 1434     SectionList *section_list = module->GetSectionList();
 2704             SectionList *section_list = module->GetSectionList();
tools/lldb/source/Core/Module.cpp
  432   SectionList *section_list = GetSectionList();
 1378     SectionList *section_list = GetSectionList();
 1448     SectionList *sections = GetSectionList();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
 1596                     var_sc.module_sp->GetSectionList());
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  381       SectionList *sections = module_sp->GetSectionList();
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
 1848         SectionList *section_list = objc_module_sp->GetSectionList();
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1971       module_sp ? module_sp->GetSectionList() : nullptr;
 2696     SectionList *section_list = module_sp->GetSectionList();
tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
  314   if (module_sp->GetSectionList()->FindSectionByName(ConstString(".symtab")) !=
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  102     GetModule()->GetSectionList();
tools/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
  323   const SectionList &list = *module.GetSectionList();
  515                    m_objfile_sp->GetModule()->GetSectionList()));
  558                    m_objfile_sp->GetModule()->GetSectionList()));
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 2369           lowest_func_addr, module_sp->GetSectionList());
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  408       m_context(m_objfile_sp->GetModule()->GetSectionList(), dwo_section_list),
  576   const SectionList *section_list = module_sp->GetSectionList();
tools/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
  207         SectionList *section_list = module->GetSectionList();
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  400                           comp_unit.GetModule()->GetSectionList());
tools/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp
   89     SectionList *section_list = module->GetSectionList();
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  285                    GetObjectFile()->GetModule()->GetSectionList());
tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
  118   SectionList *module_section_list = module_sp->GetSectionList();
tools/lldb/source/Symbol/UnwindTable.cpp
   54   SectionList *sl = m_module.GetSectionList();
tools/lldb/source/Target/Target.cpp
 2792   SectionList *sections = module_sp->GetSectionList();
tools/lldb/tools/lldb-test/lldb-test.cpp
  877     SectionList *Sections = ModulePtr->GetSectionList();
tools/lldb/unittests/ObjectFile/ELF/TestObjectFileELF.cpp
  111   SectionList *list = module_sp->GetSectionList();
tools/lldb/unittests/Symbol/TestDWARFCallFrameInfo.cpp
  236   SectionList *list = module_sp->GetSectionList();