Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCodeGenOptions.h60 OnlyAlwaysInlining // Only run the always inlining pass. enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInvocation.cpp1545 else if (Opts.Inlining == CodeGenOptions::OnlyAlwaysInlining) in GenerateCodeGenArgs()
1804 Opts.setInlining(CodeGenOptions::OnlyAlwaysInlining); in ParseCodeGenArgs()
1816 Opts.setInlining(CodeGenOptions::OnlyAlwaysInlining); in ParseCodeGenArgs()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.cpp2451 CodeGenOpts.getInlining() == CodeGenOptions::OnlyAlwaysInlining) in SetLLVMFunctionAttributesForDefinition()
2507 } else if (CodeGenOpts.getInlining() == CodeGenOptions::OnlyAlwaysInlining) { in SetLLVMFunctionAttributesForDefinition()