Searched refs:getOptimizationLevel (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | Hexagon.h | 67 unsigned getOptimizationLevel(const llvm::opt::ArgList &DriverArgs) const;
|
D | Hexagon.cpp | 543 unsigned HexagonToolChain::getOptimizationLevel( in getOptimizationLevel() function in HexagonToolChain
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 81 static unsigned getOptimizationLevel(ArgList &Args, InputKind IK, in getOptimizationLevel() function 427 unsigned OptimizationLevel = getOptimizationLevel(Args, IK, Diags); in ParseCodeGenArgs() 2110 unsigned Opt = getOptimizationLevel(Args, IK, Diags), in ParseLangArgs()
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 323 static unsigned getOptimizationLevel(ArgList &Args, InputKind IK, in getOptimizationLevel() function 819 unsigned OptimizationLevel = getOptimizationLevel(Args, IK, Diags); in ParseCodeGenArgs() 3364 unsigned Opt = getOptimizationLevel(Args, IK, Diags), in ParseLangArgs()
|