Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h514 bool SuppressError = false) const;
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp4420 bool SuppressError = false) { in getCanonicalArchString() argument
4425 if (!SuppressError && Triple.isNVPTX() && in getCanonicalArchString()
4430 } else if (!SuppressError && Triple.isAMDGPU() && in getCanonicalArchString()
4474 bool SuppressError) const { in getOffloadArchs()
4511 if (SuppressError) in getOffloadArchs()
4523 TC->getTriple(), SuppressError)); in getOffloadArchs()
4527 C, Args, Arch, TC->getTriple(), SuppressError); in getOffloadArchs()
4539 C, Args, Arch, TC->getTriple(), SuppressError); in getOffloadArchs()
4556 if (SuppressError) in getOffloadArchs()