Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h58 NormalInlining, // Use the standard function inlining pass. enumerator
H A DCodeGenOptions.def371 ENUM_CODEGENOPT(Inlining, InliningMethod, 2, NormalInlining)
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1541 if (Opts.Inlining == CodeGenOptions::NormalInlining) in GenerateCodeGenArgs()
1812 Opts.setInlining(CodeGenOptions::NormalInlining); in ParseCodeGenArgs()
1818 Opts.setInlining(CodeGenOptions::NormalInlining); in ParseCodeGenArgs()