Home
last modified time | relevance | path

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

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