Home | History | Annotate | Download | only in common

Lines Matching refs:module_spec

28 Symbols::LocateExecutableObjectFile (const ModuleSpec &module_spec)
35 Symbols::LocateExecutableSymbolFile (const ModuleSpec &module_spec)
37 const char *symbol_filename = module_spec.GetSymbolFileSpec().GetFilename().AsCString();
44 const ConstString &file_dir = module_spec.GetFileSpec().GetDirectory();
54 const UUID &module_uuid = module_spec.GetUUID();
66 std::string module_filename = module_spec.GetFileSpec().GetPath();
90 if (file_spec == module_spec.GetFileSpec())
124 Symbols::DownloadObjectAndSymbolFile (ModuleSpec &module_spec, bool force_lookup)
126 // Fill in the module_spec.GetFileSpec() for the object file and/or the
127 // module_spec.GetSymbolFileSpec() for the debug symbols file.
134 Symbols::LocateExecutableObjectFile (const ModuleSpec &module_spec)
141 Symbols::LocateExecutableSymbolFile (const ModuleSpec &module_spec)
156 Symbols::DownloadObjectAndSymbolFile (ModuleSpec &module_spec, bool force_lookup)
158 // Fill in the module_spec.GetFileSpec() for the object file and/or the
159 // module_spec.GetSymbolFileSpec() for the debug symbols file.