Searched refs:sym_spec (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolVendor.cpp44 FileSpec sym_spec = module_sp->GetSymbolFileFileSpec(); local
45 if (sym_spec && sym_spec != module_sp->GetObjectFile()->GetFileSpec()) {
49 module_sp, &sym_spec, 0, FileSystem::Instance().GetByteSize(sym_spec),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp881 Status Platform::ResolveSymbolFile(Target &target, const ModuleSpec &sym_spec, argument
884 if (FileSystem::Instance().Exists(sym_spec.GetSymbolFileSpec()))
885 sym_file = sym_spec.GetSymbolFileSpec();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h161 /// "m_file" or "m_platform_file" entries in the \a sym_spec
170 /// \param[in] sym_spec
195 virtual Status ResolveSymbolFile(Target &target, const ModuleSpec &sym_spec,

Completed in 71 milliseconds