Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h52 NormalInlining, // Use the standard function inlining pass. enumerator
H A DCodeGenOptions.def416 ENUM_CODEGENOPT(Inlining, InliningMethod, 2, NormalInlining)
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1354 if (Opts.Inlining == CodeGenOptions::NormalInlining) in GenerateCodeGenArgs()
1630 Opts.setInlining(CodeGenOptions::NormalInlining); in ParseCodeGenArgs()
1636 Opts.setInlining(CodeGenOptions::NormalInlining); in ParseCodeGenArgs()