Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/
HDCodeGenOptions.h46 OnlyAlwaysInlining // Only run the always inlining pass. enumerator
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDBackendUtil.cpp377 case CodeGenOptions::OnlyAlwaysInlining: in CreatePasses()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDCompilerInvocation.cpp380 : CodeGenOptions::OnlyAlwaysInlining); in ParseCodeGenArgs()
384 CodeGenOptions::OnlyAlwaysInlining : Opts.getInlining()); in ParseCodeGenArgs()