Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHexagon.h68 unsigned getOptimizationLevel(const llvm::opt::ArgList &DriverArgs) const;
H A DHexagon.cpp659 unsigned HexagonToolChain::getOptimizationLevel( in getOptimizationLevel() function in HexagonToolChain
/src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp694 static unsigned getOptimizationLevel(ArgList &Args, InputKind IK, in getOptimizationLevel() function
1777 unsigned OptimizationLevel = getOptimizationLevel(Args, IK, Diags); in ParseCodeGenArgs()
4225 unsigned Opt = getOptimizationLevel(Args, IK, Diags), in ParseLangArgs()