Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
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()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.h39 const lldb_private::ModuleSpec &sym_spec,
DPlatformDarwin.cpp195 const ModuleSpec &sym_spec, in ResolveSymbolFile() argument
197 sym_file = sym_spec.GetSymbolFileSpec(); in ResolveSymbolFile()
199 sym_file = Symbols::FindSymbolFileInBundle(sym_file, sym_spec.GetUUIDPtr(), in ResolveSymbolFile()
200 sym_spec.GetArchitecturePtr()); in ResolveSymbolFile()
/external/llvm-project/lldb/source/Target/
DPlatform.cpp887 Status Platform::ResolveSymbolFile(Target &target, const ModuleSpec &sym_spec, in ResolveSymbolFile() argument
890 if (FileSystem::Instance().Exists(sym_spec.GetSymbolFileSpec())) in ResolveSymbolFile()
891 sym_file = sym_spec.GetSymbolFileSpec(); in ResolveSymbolFile()
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h199 virtual Status ResolveSymbolFile(Target &target, const ModuleSpec &sym_spec,