Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp246 const ModuleSpec &sym_spec, in ResolveSymbolFile() argument
250 sym_file = sym_spec.GetSymbolFileSpec(); in ResolveSymbolFile()
256 sym_spec.GetUUIDPtr(), in ResolveSymbolFile()
257 sym_spec.GetArchitecturePtr()); in ResolveSymbolFile()
262 if (sym_spec.GetUUID().IsValid()) in ResolveSymbolFile()
DPlatformDarwin.h38 const lldb_private::ModuleSpec &sym_spec,
/external/lldb/source/Target/
DPlatform.cpp522 const ModuleSpec &sym_spec, in ResolveSymbolFile() argument
526 if (sym_spec.GetSymbolFileSpec().Exists()) in ResolveSymbolFile()
527 sym_file = sym_spec.GetSymbolFileSpec(); in ResolveSymbolFile()
/external/lldb/include/lldb/Target/
DPlatform.h188 const ModuleSpec &sym_spec,