Lines Matching refs:ModuleSpec
126 virtual Status ResolveExecutable(const ModuleSpec &module_spec,
133 /// given information in a symbol file ModuleSpec. Some platforms might also
152 /// symbol file we are trying to resolve. The ModuleSpec might
175 virtual Status ResolveSymbolFile(Target &target, const ModuleSpec &sym_spec,
279 /// The ModuleSpec of a binary to find.
285 /// A Module that matches the ModuleSpec, if one is found.
288 /// Locations to possibly look for a binary that matches the ModuleSpec.
305 const ModuleSpec &module_spec, Process *process,
309 void CallLocateModuleCallbackIfSet(const ModuleSpec &module_spec,
315 const ArchSpec &arch, ModuleSpec &module_spec);
904 typedef std::function<Status(const ModuleSpec &module_spec,
979 Status GetCachedExecutable(ModuleSpec &module_spec, lldb::ModuleSP &module_sp,
993 typedef std::function<Status(const ModuleSpec &)> ModuleResolver;
995 Status GetRemoteSharedModule(const ModuleSpec &module_spec, Process *process,
1000 bool GetCachedSharedModule(const ModuleSpec &module_spec,