Searched refs:sym_spec (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/source/Symbol/ |
D | SymbolVendor.cpp | 44 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/ |
D | PlatformDarwin.h | 39 const lldb_private::ModuleSpec &sym_spec,
|
D | PlatformDarwin.cpp | 195 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/ |
D | Platform.cpp | 887 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/ |
D | Platform.h | 199 virtual Status ResolveSymbolFile(Target &target, const ModuleSpec &sym_spec,
|