Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHexagon.h68 unsigned getOptimizationLevel(const llvm::opt::ArgList &DriverArgs) const;
H A DHexagon.cpp647 unsigned HexagonToolChain::getOptimizationLevel( in getOptimizationLevel() function in HexagonToolChain
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp670 static unsigned getOptimizationLevel(ArgList &Args, InputKind IK, in getOptimizationLevel() function
1701 unsigned OptimizationLevel = getOptimizationLevel(Args, IK, Diags); in ParseCodeGenArgs()
4049 unsigned Opt = getOptimizationLevel(Args, IK, Diags), in ParseLangArgs()