Home
last modified time | relevance | path

Searched refs:symfile (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp159 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()
381 if (SymbolFile *symfile = GetModule()->GetSymbolFile()) { in GetIsOptimized() local
382 if (symfile->ParseIsOptimized(*this)) in GetIsOptimized()
397 if (SymbolFile *symfile = GetModule()->GetSymbolFile()) { in GetImportedModules() local
400 symfile->ParseImportedModules(sc, m_imported_modules); in GetImportedModules()
[all …]
H A DFuncUnwinders.cpp205 if (SymbolFile *symfile = m_unwind_table.GetSymbolFile()) { in GetSymbolFileUnwindPlan() local
206 m_unwind_plan_symbol_file_sp = symfile->GetUnwindPlan( in GetSymbolFileUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp514 if (SymbolFile *symfile = module_sp->GetSymbolFile()) {
515 Type *type_ptr = symfile->ResolveTypeUID(uid); in GetTypeByID()
531 SymbolFile *symfile = module_sp->GetSymbolFile(); in GetTypes()
532 if (!symfile) in GetTypes()
537 symfile->GetTypes(nullptr, type_class, type_list); in GetTypes() local
630 if (SymbolFile *symfile = module_sp->GetSymbolFile()) in GetSymbolFileSpec()
631 sb_file_spec.SetFileSpec(symfile->GetObjectFile()->GetFileSpec()); in GetSymbolFileSpec()
520 if (SymbolFile *symfile = module_sp->GetSymbolFile()) { GetTypeByID() local
636 if (SymbolFile *symfile = module_sp->GetSymbolFile()) GetSymbolFileSpec() local
H A DSBCompileUnit.cpp145 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 DSBTarget.cpp1497 const char *uuid_cstr, const char *symfile) { in AddModule() argument
1498 LLDB_INSTRUMENT_VA(this, path, triple, uuid_cstr, symfile); in AddModule()
1517 if (symfile) in AddModule()
1518 module_spec.GetSymbolFileSpec().SetFile(symfile, FileSpec::Style::native); in AddModule()
/freebsd/contrib/elftoolchain/elfcopy/
H A Delfcopy.h57 struct symfile { struct
64 STAILQ_ENTRY(symfile) symfile_list; argument
252 STAILQ_HEAD(, symfile) v_symfile; /* list of symlist files. */
H A Dmain.c1351 struct symfile *sf; in parse_symlist_file()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp465 SymbolFile *symfile = GetSymbolFile(); in ResolveSymbolContextForAddress() local
466 if (!symfile) in ResolveSymbolContextForAddress()
476 symfile->SetLoadDebugInfoEnabled(); in ResolveSymbolContextForAddress()
478 symfile->ResolveSymbolContext(so_addr, resolve_scope, sc); in ResolveSymbolContextForAddress()
485 Symtab *symtab = symfile->GetSymtab(); in ResolveSymbolContextForAddress()
518 ObjectFile *symfile_objfile = symfile->GetObjectFile(); in ResolveSymbolContextForAddress()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp268 FileSpec symfile(m_symbol_file.GetOptionValue().GetCurrentValue()); in DoExecute() local
269 if (symfile) { in DoExecute()
271 symfile, lldb_private::File::eOpenOptionReadOnly); in DoExecute()
275 symfile.GetPath(), in DoExecute()
388 if (symfile || remote_file) { in DoExecute()
391 if (symfile) in DoExecute()
392 module_sp->SetSymbolFileFileSpec(symfile); in DoExecute()
2617 llvm::StringRef symfile; in DoExecute() local
2622 symfile) && in DoExecute()
2628 strm << "Symbol file: " << symfile; in DoExecute()
H A DOptions.td929 def target_modules_list_symfile : Option<"symfile", "s">, Group<1>,
932 def target_modules_list_symfile_unique : Option<"symfile-unique", "S">,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp198 if (SymbolFile *symfile = in GetSymbolFile() local
204 SymbolFileDWARFDebugMap::GetSymbolFileAsSymbolFileDWARF(symfile); in GetSymbolFile()
219 return symfile; in GetSymbolFile()
H A DSymbolFileDWARF.cpp4334 for (const auto &symfile : symfiles.files()) { in GetDwpSymbolFile() local
4336 FileSpec(symfile.GetPath() + ".dwp", symfile.GetPathStyle()); in GetDwpSymbolFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h308 const char *uuid_cstr, const char *symfile);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp163 FileSpec symfile = module_sp->GetSymbolFileFileSpec(); in CalculateAbilities() local
164 if (!symfile) in CalculateAbilities()
167 llvm::StringRef(symfile.GetPath()), m_session_up); in CalculateAbilities()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8594 SymbolFile *symfile = GetSymbolFile(); in DumpFromSymbolFile() local
8596 if (!symfile) in DumpFromSymbolFile()
8600 symfile->GetTypes(nullptr, eTypeClassAny, type_list); in DumpFromSymbolFile()