Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h53 OnlyHintInlining, // Inline only (implicitly) hinted functions. enumerator
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1344 else if (Opts.Inlining == CodeGenOptions::OnlyHintInlining) in GenerateCodeGenArgs()
1624 Opts.setInlining(CodeGenOptions::OnlyHintInlining); in ParseCodeGenArgs()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp2029 CodeGenOptions::OnlyHintInlining && in SetLLVMFunctionAttributesForDefinition()