Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h53 OnlyHintInlining, // Inline only (implicitly) hinted functions. enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1331 else if (Opts.Inlining == CodeGenOptions::OnlyHintInlining) in GenerateCodeGenArgs()
1599 Opts.setInlining(CodeGenOptions::OnlyHintInlining); in ParseCodeGenArgs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp1819 CodeGenOptions::OnlyHintInlining && in SetLLVMFunctionAttributesForDefinition()