Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h52 NormalInlining, // Use the standard function inlining pass. enumerator
H A DCodeGenOptions.def368 ENUM_CODEGENOPT(Inlining, InliningMethod, 2, NormalInlining)
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1329 if (Opts.Inlining == CodeGenOptions::NormalInlining) in GenerateCodeGenArgs()
1585 : CodeGenOptions::NormalInlining); in ParseCodeGenArgs()
1594 Opts.setInlining(CodeGenOptions::NormalInlining); in ParseCodeGenArgs()