Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSymbols.cpp130 FileSystem::Instance().Exists(mutable_mod_spec.GetSymbolFileSpec())) { in LookForDsymNextToExecutablePath()
131 dsym_fspec = mutable_mod_spec.GetSymbolFileSpec(); in LookForDsymNextToExecutablePath()
222 dsym_module_spec.GetSymbolFileSpec() = symbol_fspec; in LocateExecutableSymbolFileDsym()
224 return dsym_module_spec.GetSymbolFileSpec(); in LocateExecutableSymbolFileDsym()
253 FileSpec symbol_file_spec = module_spec.GetSymbolFileSpec(); in LocateExecutableSymbolFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DModuleCache.cpp78 FileSpec GetSymbolFileSpec(const FileSpec &module_file_spec) { in GetSymbolFileSpec() function
124 FileSpec symfile_spec = GetSymbolFileSpec(sysroot_module_path_spec); in DecrementRefExistingModule()
256 FileSpec symfile_spec = GetSymbolFileSpec(cached_module_sp->GetFileSpec()); in Get()
323 GetSymbolFileSpec(module_spec.GetFileSpec())); in GetAndPut()
330 FileSpec symfile_spec = GetSymbolFileSpec(cached_module_sp->GetFileSpec()); in GetAndPut()
H A DPlatform.cpp923 if (FileSystem::Instance().Exists(sym_spec.GetSymbolFileSpec())) in ResolveSymbolFile()
924 sym_file = sym_spec.GetSymbolFileSpec(); in ResolveSymbolFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModuleSpec.cpp55 lldb::SBFileSpec SBModuleSpec::GetSymbolFileSpec() { in GetSymbolFileSpec() function in SBModuleSpec
56 return SBFileSpec(m_opaque_ap->GetSymbolFileSpec()); in GetSymbolFileSpec()
60 m_opaque_ap->GetSymbolFileSpec() = *sb_spec; in SetSymbolFileSpec()
H A DSBModule.cpp572 lldb::SBFileSpec SBModule::GetSymbolFileSpec() const { in GetSymbolFileSpec() function in SBModule
H A DSBTarget.cpp1563 module_spec.GetSymbolFileSpec().SetFile(symfile, FileSpec::Style::native); in AddModule()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleSpec.h100 FileSpec &GetSymbolFileSpec() { return m_symbol_file; } in GetSymbolFileSpec() function
102 const FileSpec &GetSymbolFileSpec() const { return m_symbol_file; } in GetSymbolFileSpec() function
268 if (GetSymbolFileSpec() && match_module_spec.GetSymbolFileSpecPtr()) { in Matches()
269 const FileSpec &fspec = match_module_spec.GetSymbolFileSpec(); in Matches()
270 if (!FileSpec::Equal(fspec, GetSymbolFileSpec(), in Matches()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBModuleSpec.h65 lldb::SBFileSpec GetSymbolFileSpec();
H A DSBModule.h309 lldb::SBFileSpec GetSymbolFileSpec() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp105 module_spec.GetSymbolFileSpec() = fspec; in CreateInstance()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp201 if (module_spec.GetSymbolFileSpec()) in Module()
202 m_symfile_spec = module_spec.GetSymbolFileSpec(); in Module()
203 else if (matching_module_spec.GetSymbolFileSpec()) in Module()
204 m_symfile_spec = matching_module_spec.GetSymbolFileSpec(); in Module()
H A DModuleList.cpp950 platform_module_spec.GetSymbolFileSpec() = in GetSharedModule()
951 located_binary_modulespec.GetSymbolFileSpec(); in GetSharedModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp2559 module_spec.GetSymbolFileSpec() = in DoExecute()
2570 if (module_spec.GetSymbolFileSpec()) { in DoExecute()
2576 module_spec.GetSymbolFileSpec().GetPath().c_str()); in DoExecute()
2619 module_spec.GetSymbolFileSpec() = in DoExecute()
4141 const FileSpec &symbol_fspec = module_spec.GetSymbolFileSpec(); in AddModuleSymbols()
4158 if (ObjectFile::GetModuleSpecifications(module_spec.GetSymbolFileSpec(), in AddModuleSymbols()
4390 if (module_spec.GetSymbolFileSpec()) in DoExecute()
4429 auto &symbol_file_spec = module_spec.GetSymbolFileSpec(); in DoExecute()
4441 module_spec.GetSymbolFileSpec() = symfile_spec; in DoExecute()
4446 FileSystem::Instance().Exists(module_spec.GetSymbolFileSpec()); in DoExecute()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebuggerHandleEvents.cpp746 vModule.GetSymbolFileSpec().GetPath(apPath.get(), PATH_MAX); in MiHelpGetModuleInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3883 module_spec.GetSymbolFileSpec() = in GetDwpSymbolFile()