Searched refs:exe_file_spec (Results 1 – 3 of 3) sorted by relevance
382 const FileSpec &exe_file_spec, const ArchSpec *exe_arch_ptr) const { in FindTargetWithExecutableAndArchitecture() argument385 [&exe_file_spec, exe_arch_ptr](const TargetSP &item) { in FindTargetWithExecutableAndArchitecture()388 !FileSpec::Match(exe_file_spec, exe_module->GetFileSpec())) in FindTargetWithExecutableAndArchitecture()
146 const FileSpec &exe_file_spec,
562 SBFileSpec exe_file_spec; in GetExecutable() local567 exe_file_spec.SetFileSpec(exe_module->GetFileSpec()); in GetExecutable()570 return exe_file_spec; in GetExecutable()