/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Statistics.cpp | 270 SymbolFile *sym_file = module->GetSymbolFile(); in ReportStatistics() local 271 if (sym_file) { in ReportStatistics() 273 if (sym_file->GetObjectFile() != module->GetObjectFile()) in ReportStatistics() 275 sym_file->GetObjectFile()->GetFileSpec().GetPath(); in ReportStatistics() 276 ModuleList symbol_modules = sym_file->GetDebugInfoModules(); in ReportStatistics() 281 sym_file->GetDebugInfoIndexWasLoadedFromCache(); in ReportStatistics() 285 sym_file->GetDebugInfoIndexWasSavedToCache(); in ReportStatistics() 288 module_stat.debug_index_time = sym_file->GetDebugInfoIndexTime().count(); in ReportStatistics() 289 module_stat.debug_parse_time = sym_file->GetDebugInfoParseTime().count(); in ReportStatistics() 291 sym_file->GetDebugInfoSize(load_all_debug_info); in ReportStatistics() [all …]
|
H A D | StackFrame.cpp | 465 SymbolFile *sym_file = m_sc.module_sp->GetSymbolFile(); in GetVariableList() local 466 if (sym_file) in GetVariableList() 467 *error_ptr = sym_file->GetFrameVariableError(*this); in GetVariableList()
|
H A D | Platform.cpp | 797 FileSpec &sym_file) { in ResolveSymbolFile() argument 800 sym_file = sym_spec.GetSymbolFileSpec(); in ResolveSymbolFile()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Function.cpp | 333 SymbolFile *sym_file = block.GetSymbolFile(); in GetCallEdges() local 334 if (!sym_file) in GetCallEdges() 338 m_call_edges = sym_file->ParseCallEdgesInFunction(GetID()); in GetCallEdges() 527 if (SymbolFile *sym_file = module_sp->GetSymbolFile()) in GetDeclContext() local 528 return sym_file->GetDeclContextForUID(GetID()); in GetDeclContext() 534 if (SymbolFile *sym_file = module_sp->GetSymbolFile()) in GetCompilerContext() local 535 return sym_file->GetCompilerContextForUID(GetID()); in GetCompilerContext() 548 SymbolFile *sym_file = sc.module_sp->GetSymbolFile(); in GetType() local 550 if (sym_file == nullptr) in GetType() 553 m_type = sym_file->ResolveTypeUID(m_type_uid); in GetType()
|
H A D | Block.cpp | 497 if (SymbolFile *sym_file = GetSymbolFile()) in GetDeclContext() local 498 return sym_file->GetDeclContextForUID(GetID()); in GetDeclContext()
|
H A D | Type.cpp | 178 bool TypeResults::AlreadySearched(lldb_private::SymbolFile *sym_file) { in AlreadySearched() argument 179 return !m_searched_symbol_files.insert(sym_file).second; in AlreadySearched()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARFDebugMap.cpp | 551 SymbolFileDWARFDebugMap::GetSymbolFileAsSymbolFileDWARF(SymbolFile *sym_file) { in GetSymbolFileAsSymbolFileDWARF() argument 552 if (sym_file && in GetSymbolFileAsSymbolFileDWARF() 553 sym_file->GetPluginName() == SymbolFileDWARF::GetPluginNameStatic()) in GetSymbolFileAsSymbolFileDWARF() 554 return static_cast<SymbolFileDWARF *>(sym_file); in GetSymbolFileAsSymbolFileDWARF() 851 if (SymbolFile *sym_file = oso_module->GetSymbolFile()) { in ResolveSymbolContext() local 852 resolved_flags |= sym_file->ResolveSymbolContext( in ResolveSymbolContext()
|
H A D | SymbolFileDWARFDebugMap.h | 210 static SymbolFileDWARF *GetSymbolFileAsSymbolFileDWARF(SymbolFile *sym_file);
|
H A D | DWARFASTParserClang.cpp | 183 auto &sym_file = die.GetCU()->GetSymbolFileDWARF(); in ParseTypeFromClangModule() local 187 results.AlreadySearched(&sym_file); in ParseTypeFromClangModule() 188 sym_file.ForEachExternalModule( in ParseTypeFromClangModule()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | SearchFilter.cpp | 323 SymbolFile *sym_file = module_sp->GetSymbolFile(); in DoCUIteration() local 324 if (!sym_file) in DoCUIteration() 326 if (!sym_file->ParseFunctions(*cu_sp)) in DoCUIteration()
|
H A D | Module.cpp | 1324 SymbolFile *sym_file = GetSymbolFile(); in PreloadSymbols() local 1325 if (!sym_file) in PreloadSymbols() 1330 if (Symtab *symtab = sym_file->GetSymtab()) in PreloadSymbols() 1335 sym_file->PreloadSymbols(); in PreloadSymbols()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | TypeSystem.h | 96 virtual void SetSymbolFile(SymbolFile *sym_file) { m_sym_file = sym_file; } in SetSymbolFile() argument
|
H A D | Type.h | 342 bool AlreadySearched(lldb_private::SymbolFile *sym_file);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusLanguage.cpp | 600 lldb_private::SymbolFile *sym_file = sym_ctx.module_sp->GetSymbolFile(); in FindBestAlternateFunctionMangledName() local 601 if (!sym_file) in FindBestAlternateFunctionMangledName() 605 sym_file->GetMangledNamesForFunction(scope_qualified_name, alternates); in FindBestAlternateFunctionMangledName()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Platform.h | 176 FileSpec &sym_file);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 5321 GetDynamicArrayInfo(TypeSystemClang &ast, SymbolFile *sym_file, in GetDynamicArrayInfo() argument 5326 return sym_file->GetDynamicArrayInfoForUID(metadata->GetUserID(), in GetDynamicArrayInfo() 9051 SymbolFile *sym_file = GetSymbolFile(); in CompleteTagDecl() local 9052 if (sym_file) { in CompleteTagDecl() 9055 sym_file->CompleteType(clang_type); in CompleteTagDecl() 9061 SymbolFile *sym_file = GetSymbolFile(); in CompleteObjCInterfaceDecl() local 9062 if (sym_file) { in CompleteObjCInterfaceDecl() 9065 sym_file->CompleteType(clang_type); in CompleteObjCInterfaceDecl()
|