Searched refs:error_or_path (Results 1 – 1 of 1) sorted by relevance
331 llvm::ErrorOr<std::string> error_or_path = in ResolveExecutableLocation() local333 if (!error_or_path) in ResolveExecutableLocation()337 llvm::StringRef path = *error_or_path; in ResolveExecutableLocation()343 FileSpec result(*error_or_path); in ResolveExecutableLocation()