Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h57 NormalInlining, // Use the standard function inlining pass. enumerator
H A DCodeGenOptions.def361 ENUM_CODEGENOPT(Inlining, InliningMethod, 2, NormalInlining)
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1468 if (Opts.Inlining == CodeGenOptions::NormalInlining) in GenerateCodeGenArgs()
1736 Opts.setInlining(CodeGenOptions::NormalInlining); in ParseCodeGenArgs()
1742 Opts.setInlining(CodeGenOptions::NormalInlining); in ParseCodeGenArgs()