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

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCodeGenOptions.h43 OnlyAlwaysInlining // Only run the always inlining pass. enumerator in enum:clang::CodeGenOptions::InliningMethod
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp316 case CodeGenOptions::OnlyAlwaysInlining:
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp316 : CodeGenOptions::OnlyAlwaysInlining);
320 CodeGenOptions::OnlyAlwaysInlining : Opts.getInlining());

Completed in 59 milliseconds