Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolVendor.cpp44 FileSpec sym_spec = module_sp->GetSymbolFileFileSpec(); in FindPlugin() local
45 if (sym_spec && sym_spec != module_sp->GetObjectFile()->GetFileSpec()) { in FindPlugin()
49 module_sp, &sym_spec, 0, FileSystem::Instance().GetByteSize(sym_spec), in FindPlugin()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp796 Status Platform::ResolveSymbolFile(Target &target, const ModuleSpec &sym_spec, in ResolveSymbolFile() argument
799 if (FileSystem::Instance().Exists(sym_spec.GetSymbolFileSpec())) in ResolveSymbolFile()
800 sym_file = sym_spec.GetSymbolFileSpec(); in ResolveSymbolFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h175 virtual Status ResolveSymbolFile(Target &target, const ModuleSpec &sym_spec,