Home
last modified time | relevance | path

Searched refs:sym_file (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp237 SymbolFile *sym_file = module->GetSymbolFile(); in ReportStatistics() local
238 if (sym_file) { in ReportStatistics()
240 if (sym_file->GetObjectFile() != module->GetObjectFile()) in ReportStatistics()
242 sym_file->GetObjectFile()->GetFileSpec().GetPath(); in ReportStatistics()
243 module_stat.debug_index_time = sym_file->GetDebugInfoIndexTime().count(); in ReportStatistics()
245 module_stat.debug_info_size = sym_file->GetDebugInfoSize(); in ReportStatistics()
247 sym_file->GetDebugInfoIndexWasLoadedFromCache(); in ReportStatistics()
251 sym_file->GetDebugInfoIndexWasSavedToCache(); in ReportStatistics()
254 ModuleList symbol_modules = sym_file->GetDebugInfoModules(); in ReportStatistics()
260 module_stat.debug_info_enabled = sym_file->GetLoadDebugInfoEnabled() && in ReportStatistics()
[all …]
H A DStackFrame.cpp465 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 DPlatform.cpp867 FileSpec &sym_file) { in ResolveSymbolFile() argument
870 sym_file = sym_spec.GetSymbolFileSpec(); in ResolveSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp332 SymbolFile *sym_file = block.GetSymbolFile(); in GetCallEdges() local
333 if (!sym_file) in GetCallEdges()
337 m_call_edges = sym_file->ParseCallEdgesInFunction(GetID()); in GetCallEdges()
526 if (SymbolFile *sym_file = module_sp->GetSymbolFile()) in GetDeclContext() local
527 return sym_file->GetDeclContextForUID(GetID()); in GetDeclContext()
533 if (SymbolFile *sym_file = module_sp->GetSymbolFile()) in GetCompilerContext() local
534 return sym_file->GetCompilerContextForUID(GetID()); in GetCompilerContext()
547 SymbolFile *sym_file = sc.module_sp->GetSymbolFile(); in GetType() local
549 if (sym_file == nullptr) in GetType()
552 m_type = sym_file->ResolveTypeUID(m_type_uid); in GetType()
H A DBlock.cpp481 if (SymbolFile *sym_file = GetSymbolFile()) in GetDeclContext() local
482 return sym_file->GetDeclContextForUID(GetID()); in GetDeclContext()
H A DType.cpp176 bool TypeResults::AlreadySearched(lldb_private::SymbolFile *sym_file) { in AlreadySearched() argument
177 return !m_searched_symbol_files.insert(sym_file).second; in AlreadySearched()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp323 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 DModule.cpp1322 SymbolFile *sym_file = GetSymbolFile(); in PreloadSymbols() local
1323 if (!sym_file) in PreloadSymbols()
1328 if (Symtab *symtab = sym_file->GetSymtab()) in PreloadSymbols()
1333 sym_file->PreloadSymbols(); in PreloadSymbols()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h93 virtual void SetSymbolFile(SymbolFile *sym_file) { m_sym_file = sym_file; } in SetSymbolFile() argument
H A DType.h338 bool AlreadySearched(lldb_private::SymbolFile *sym_file);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp550 SymbolFileDWARFDebugMap::GetSymbolFileAsSymbolFileDWARF(SymbolFile *sym_file) { in GetSymbolFileAsSymbolFileDWARF() argument
551 if (sym_file && in GetSymbolFileAsSymbolFileDWARF()
552 sym_file->GetPluginName() == SymbolFileDWARF::GetPluginNameStatic()) in GetSymbolFileAsSymbolFileDWARF()
553 return static_cast<SymbolFileDWARF *>(sym_file); in GetSymbolFileAsSymbolFileDWARF()
H A DSymbolFileDWARFDebugMap.h209 static SymbolFileDWARF *GetSymbolFileAsSymbolFileDWARF(SymbolFile *sym_file);
H A DDWARFASTParserClang.cpp181 auto &sym_file = die.GetCU()->GetSymbolFileDWARF(); in ParseTypeFromClangModule() local
185 results.AlreadySearched(&sym_file); in ParseTypeFromClangModule()
186 sym_file.ForEachExternalModule( in ParseTypeFromClangModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp600 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 DPlatform.h189 FileSpec &sym_file);
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5244 GetDynamicArrayInfo(TypeSystemClang &ast, SymbolFile *sym_file, in GetDynamicArrayInfo() argument
5249 return sym_file->GetDynamicArrayInfoForUID(metadata->GetUserID(), in GetDynamicArrayInfo()
8865 SymbolFile *sym_file = GetSymbolFile(); in CompleteTagDecl() local
8866 if (sym_file) { in CompleteTagDecl()
8869 sym_file->CompleteType(clang_type); in CompleteTagDecl()
8875 SymbolFile *sym_file = GetSymbolFile(); in CompleteObjCInterfaceDecl() local
8876 if (sym_file) { in CompleteObjCInterfaceDecl()
8879 sym_file->CompleteType(clang_type); in CompleteObjCInterfaceDecl()