Home
last modified time | relevance | path

Searched refs:InputFileOrErr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp747 auto InputFileOrErr = TempFiles.Create(ArrayRef<char>(Input)); in getHostBundle() local
748 if (!InputFileOrErr) in getHostBundle()
749 return InputFileOrErr.takeError(); in getHostBundle()
750 ObjcopyInputFileName = *InputFileOrErr; in getHostBundle()