Home
last modified time | relevance | path

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

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