| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompileUnit.cpp | 159 if (SymbolFile *symfile = GetModule()->GetSymbolFile()) in GetLanguage() local 160 m_language = symfile->ParseLanguage(*this); in GetLanguage() 170 if (SymbolFile *symfile = GetModule()->GetSymbolFile()) in GetLineTable() local 171 symfile->ParseLineTable(*this); in GetLineTable() 189 if (SymbolFile *symfile = GetModule()->GetSymbolFile()) in GetDebugMacros() local 190 symfile->ParseDebugMacros(*this); in GetDebugMacros() 495 if (SymbolFile *symfile = GetModule()->GetSymbolFile()) { in GetIsOptimized() local 496 if (symfile->ParseIsOptimized(*this)) in GetIsOptimized() 511 if (SymbolFile *symfile = GetModule()->GetSymbolFile()) { in GetImportedModules() local 514 symfile->ParseImportedModules(sc, m_imported_modules); in GetImportedModules() [all …]
|
| H A D | FuncUnwinders.cpp | 197 if (SymbolFile *symfile = m_unwind_table.GetSymbolFile(); in GetSymbolFileUnwindPlan() local 198 symfile && m_ranges.size() == 1) { in GetSymbolFileUnwindPlan() 199 m_unwind_plan_symbol_file_sp = symfile->GetUnwindPlan( in GetSymbolFileUnwindPlan()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBModule.cpp | 514 if (SymbolFile *symfile = module_sp->GetSymbolFile()) { in GetTypeByID() local 515 Type *type_ptr = symfile->ResolveTypeUID(uid); in GetTypeByID() 531 SymbolFile *symfile = module_sp->GetSymbolFile(); in GetTypes() local 532 if (!symfile) in GetTypes() 537 symfile->GetTypes(nullptr, type_class, type_list); in GetTypes() 630 if (SymbolFile *symfile = module_sp->GetSymbolFile()) in GetSymbolFileSpec() local 631 sb_file_spec.SetFileSpec(symfile->GetObjectFile()->GetFileSpec()); in GetSymbolFileSpec()
|
| H A D | SBCompileUnit.cpp | 145 SymbolFile *symfile = module_sp->GetSymbolFile(); in GetTypes() local 146 if (!symfile) in GetTypes() 151 symfile->GetTypes(m_opaque_ptr, type_class, type_list); in GetTypes()
|
| H A D | SBTarget.cpp | 1462 const char *uuid_cstr, const char *symfile) { in AddModule() argument 1463 LLDB_INSTRUMENT_VA(this, path, triple, uuid_cstr, symfile); in AddModule() 1479 if (symfile) in AddModule() 1480 module_spec.GetSymbolFileSpec().SetFile(symfile, FileSpec::Style::native); in AddModule()
|
| /freebsd/contrib/elftoolchain/elfcopy/ |
| H A D | elfcopy.h | 57 struct symfile { struct 64 STAILQ_ENTRY(symfile) symfile_list; argument 252 STAILQ_HEAD(, symfile) v_symfile; /* list of symlist files. */
|
| H A D | main.c | 1351 struct symfile *sf; in parse_symlist_file()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 472 SymbolFile *symfile = GetSymbolFile(); in ResolveSymbolContextForAddress() local 473 if (!symfile) in ResolveSymbolContextForAddress() 483 symfile->SetLoadDebugInfoEnabled(); in ResolveSymbolContextForAddress() 485 symfile->ResolveSymbolContext(so_addr, resolve_scope, sc); in ResolveSymbolContextForAddress() 495 Symtab *symtab = symfile->GetSymtab(); in ResolveSymbolContextForAddress() 528 ObjectFile *symfile_objfile = symfile->GetObjectFile(); in ResolveSymbolContextForAddress()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 269 FileSpec symfile(m_symbol_file.GetOptionValue().GetCurrentValue()); in DoExecute() local 270 if (symfile) { in DoExecute() 272 symfile, lldb_private::File::eOpenOptionReadOnly); in DoExecute() 276 symfile.GetPath(), in DoExecute() 389 if (symfile || remote_file) { in DoExecute() 392 if (symfile) in DoExecute() 393 module_sp->SetSymbolFileFileSpec(symfile); in DoExecute() 2645 llvm::StringRef symfile; in DoExecute() local 2650 symfile) && in DoExecute() 2656 strm << "Symbol file: " << symfile; in DoExecute()
|
| H A D | Options.td | 962 def target_modules_list_symfile : Option<"symfile", "s">, Group<1>, 965 def target_modules_list_symfile_unique : Option<"symfile-unique", "S">,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 200 if (SymbolFile *symfile = in GetSymbolFile() local 206 SymbolFileDWARFDebugMap::GetSymbolFileAsSymbolFileDWARF(symfile); in GetSymbolFile() 221 return symfile; in GetSymbolFile()
|
| H A D | SymbolFileDWARF.cpp | 4253 for (const auto &symfile : symfiles.files()) { in GetDwpSymbolFile() local 4255 FileSpec(symfile.GetPath() + ".dwp", symfile.GetPathStyle()); in GetDwpSymbolFile()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 313 const char *uuid_cstr, const char *symfile);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 164 FileSpec symfile = module_sp->GetSymbolFileFileSpec(); in CalculateAbilities() local 165 if (!symfile) in CalculateAbilities() 168 llvm::StringRef(symfile.GetPath()), m_session_up); in CalculateAbilities()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 8518 SymbolFile *symfile = GetSymbolFile(); in DumpFromSymbolFile() local 8520 if (!symfile) in DumpFromSymbolFile() 8524 symfile->GetTypes(nullptr, eTypeClassAny, type_list); in DumpFromSymbolFile()
|