|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Overridden By
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp 177 GetSymbolFile(bool can_create = true,
Declarations
tools/lldb/include/lldb/Core/Module.h 624 virtual SymbolFile *GetSymbolFile(bool can_create = true,
References
tools/lldb/source/API/SBCompileUnit.cpp 141 SymbolFile *symfile = module_sp->GetSymbolFile();
tools/lldb/source/API/SBModule.cpp 368 module_sp->GetSymbolFile();
384 module_sp->GetSymbolFile();
536 if (SymbolFile *symfile = module_sp->GetSymbolFile()) {
554 SymbolFile *symfile = module_sp->GetSymbolFile();
574 module_sp->GetSymbolFile();
656 if (SymbolFile *symfile = module_sp->GetSymbolFile())
tools/lldb/source/Commands/CommandObjectTarget.cpp 1450 if (SymbolFile *symbol_file = module->GetSymbolFile(true)) {
2196 if (SymbolFile *sf = m->GetSymbolFile())
2222 if (SymbolFile *sf = m->GetSymbolFile())
3187 if (const SymbolFile *symbol_file = module->GetSymbolFile()) {
4136 module_sp->GetSymbolFile(true, &result.GetErrorStream());
tools/lldb/source/Core/Module.cpp 369 SymbolFile *symbols = GetSymbolFile();
409 if (SymbolFile *symbols = GetSymbolFile())
420 if (SymbolFile *symbols = GetSymbolFile())
458 SymbolFile *symfile = GetSymbolFile();
590 if (SymbolFile *symbols = GetSymbolFile())
600 if (SymbolFile *symbols = GetSymbolFile())
606 SymbolFile *symbols = GetSymbolFile();
794 SymbolFile *symbols = GetSymbolFile();
839 if (SymbolFile *symbols = GetSymbolFile()) {
930 if (SymbolFile *symbols = GetSymbolFile())
1013 if (SymbolFile *symbols = GetSymbolFile())
1035 if (SymbolFile *symbols = GetSymbolFile())
1210 if (SymbolFile *symbols = GetSymbolFile())
1265 if (SymbolFile *symbols = GetSymbolFile())
1360 SymbolFile *sym_file = GetSymbolFile();
1379 SymbolFile *symbol_file = GetSymbolFile();
tools/lldb/source/Core/SearchFilter.cpp 319 SymbolFile *sym_file = module_sp->GetSymbolFile();
tools/lldb/source/Expression/IRExecutionUnit.cpp 661 lldb_private::SymbolFile *sym_file = sym_ctx.module_sp->GetSymbolFile();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp 827 if (SymbolFile *symbol_file = module_sp->GetSymbolFile()) {
852 SymbolFile *symbol_file = image->GetSymbolFile();
1898 SymbolFile *symbol_file = module_sp->GetSymbolFile();
1930 SymbolFile *symbol_file = image->GetSymbolFile();
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp 75 if (SymbolFile *symfile = module.GetSymbolFile()) {
tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp 1921 next->m_sym_ctx.module_sp->GetSymbolFile()->GetParameterStackSize(
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp 153 dwo_module_sp->GetSymbolFile()->FindTypes(decl_context, languages, dwo_types);
164 name_module.second->GetSymbolFile()->FindTypes(decl_context,
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp 2430 if (SymbolFile *sym_file = external_module_sp->GetSymbolFile())
3826 (SymbolFileDWARFDebugMap *)module_sp->GetSymbolFile();
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp 190 Module::GetSymbolFile(can_create, feedback_strm)) {
201 SymbolFile *exe_symfile = exe_module_sp->GetSymbolFile();
539 return GetSymbolFileAsSymbolFileDWARF(oso_module->GetSymbolFile());
785 oso_module->GetSymbolFile()->ResolveSymbolContext(
1379 GetSymbolFileAsSymbolFileDWARF(addr_module->GetSymbolFile()));
tools/lldb/source/Symbol/Block.cpp 395 sc.module_sp->GetSymbolFile()->ParseVariablesForContext(sc);
466 return module_sp->GetSymbolFile();
tools/lldb/source/Symbol/CompileUnit.cpp 133 if (SymbolFile *symfile = GetModule()->GetSymbolFile())
144 if (SymbolFile *symfile = GetModule()->GetSymbolFile())
167 if (SymbolFile *symfile = GetModule()->GetSymbolFile())
188 sc.module_sp->GetSymbolFile()->ParseVariablesForContext(sc);
331 if (SymbolFile *symfile = GetModule()->GetSymbolFile()) {
347 if (SymbolFile *symfile = GetModule()->GetSymbolFile()) {
357 if (SymbolFile *symfile = GetModule()->GetSymbolFile())
365 if (SymbolFile *symfile = GetModule()->GetSymbolFile())
tools/lldb/source/Symbol/Function.cpp 304 module_sp->GetSymbolFile()->ParseBlocksRecursive(*this);
451 if (SymbolFile *sym_file = module_sp->GetSymbolFile())
466 SymbolFile *sym_file = sc.module_sp->GetSymbolFile();
tools/lldb/source/Symbol/UnwindTable.cpp 199 SymbolFile *UnwindTable::GetSymbolFile() { return m_module.GetSymbolFile(); }
tools/lldb/tools/lldb-test/lldb-test.cpp 407 SymbolFile &Symfile = *Module.GetSymbolFile();
497 SymbolFile &Symfile = *Module.GetSymbolFile();
515 SymbolFile &Symfile = *Module.GetSymbolFile();
542 SymbolFile &Symfile = *Module.GetSymbolFile();
591 SymbolFile *symfile = Module.GetSymbolFile();
621 SymbolFile *symfile = Module.GetSymbolFile();
643 SymbolFile *symfile = Module.GetSymbolFile();
809 SymbolFile *Symfile = ModulePtr->GetSymbolFile();
876 ModulePtr->GetSymbolFile();
tools/lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp 77 SymbolFile *symfile = module->GetSymbolFile();