Searched refs:isOptimizationLevelFast (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/
H A DDriver.h420 bool isOptimizationLevelFast(const llvm::opt::ArgList &Args);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/
H A DToolChain.cpp461 if (!isOptimizationLevelFast(Args)) {
H A DDriver.cpp2059 bool clang::driver::isOptimizationLevelFast(const llvm::opt::ArgList &Args) { function in class:clang::driver
H A DTools.cpp2304 bool OFastEnabled = isOptimizationLevelFast(Args);

Completed in 148 milliseconds