Searched defs:sym_spec (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp246 const ModuleSpec &sym_spec,
250 sym_file = sym_spec.GetSymbolFileSpec();
256 sym_spec.GetUUIDPtr(),
257 sym_spec.GetArchitecturePtr());
262 if (sym_spec.GetUUID().IsValid())
245 ResolveSymbolFile(Target &target, const ModuleSpec &sym_spec, FileSpec &sym_file) argument
/external/lldb/source/Target/
H A DPlatform.cpp522 const ModuleSpec &sym_spec,
526 if (sym_spec.GetSymbolFileSpec().Exists())
527 sym_file = sym_spec.GetSymbolFileSpec();
521 ResolveSymbolFile(Target &target, const ModuleSpec &sym_spec, FileSpec &sym_file) argument

Completed in 93 milliseconds