Lines Matching refs:module_spec
45 int LocateMacOSXFilesUsingDebugSymbols(const ModuleSpec &module_spec, in LocateMacOSXFilesUsingDebugSymbols() argument
53 return_module_spec = module_spec; in LocateMacOSXFilesUsingDebugSymbols()
57 const UUID *uuid = module_spec.GetUUIDPtr(); in LocateMacOSXFilesUsingDebugSymbols()
58 const ArchSpec *arch = module_spec.GetArchitecturePtr(); in LocateMacOSXFilesUsingDebugSymbols()
96 const FileSpec *exec_fspec = module_spec.GetFileSpecPtr(); in LocateMacOSXFilesUsingDebugSymbols()
207 module_spec, matched_module_spec)) in LocateMacOSXFilesUsingDebugSymbols()
236 module_specs.FindMatchingModuleSpec(module_spec, in LocateMacOSXFilesUsingDebugSymbols()
308 ModuleSpec &module_spec) { in GetModuleSpecInfoFromUUIDDictionary() argument
320 module_spec.GetFileSpec().SetFile(str.c_str(), FileSpec::Style::native); in GetModuleSpecInfoFromUUIDDictionary()
321 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in GetModuleSpecInfoFromUUIDDictionary()
334 module_spec.GetSymbolFileSpec().SetFile(str.c_str(), in GetModuleSpecInfoFromUUIDDictionary()
336 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in GetModuleSpecInfoFromUUIDDictionary()
417 module_spec.GetSourceMappingList().Append( in GetModuleSpecInfoFromUUIDDictionary()
427 module_spec.GetSourceMappingList().Append( in GetModuleSpecInfoFromUUIDDictionary()
461 module_spec.GetSourceMappingList().Append( in GetModuleSpecInfoFromUUIDDictionary()
469 bool Symbols::DownloadObjectAndSymbolFile(ModuleSpec &module_spec, in DownloadObjectAndSymbolFile() argument
472 const UUID *uuid_ptr = module_spec.GetUUIDPtr(); in DownloadObjectAndSymbolFile()
473 const FileSpec *file_spec_ptr = module_spec.GetFileSpecPtr(); in DownloadObjectAndSymbolFile()
479 module_spec.GetFileSpec() = paths.first; in DownloadObjectAndSymbolFile()
481 module_spec.GetSymbolFileSpec() = paths.second; in DownloadObjectAndSymbolFile()
490 uuid_ptr, module_spec.GetFileSpec(), module_spec.GetSymbolFileSpec()); in DownloadObjectAndSymbolFile()
635 GetModuleSpecInfoFromUUIDDictionary(uuid_dict, module_spec); in DownloadObjectAndSymbolFile()
645 module_spec); in DownloadObjectAndSymbolFile()
653 if (module_spec.GetArchitecture().IsCompatibleMatch( in DownloadObjectAndSymbolFile()
655 module_spec = curr_module_spec; in DownloadObjectAndSymbolFile()