Home
last modified time | relevance | path

Searched refs:GeneratePCH (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp74 case GeneratePCH: return std::make_unique<GeneratePCHAction>(); in CreateFrontendBaseAction()
158 CI.getFrontendOpts().ProgramAction != frontend::GeneratePCH) { in CreateFrontendAction()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h103 GeneratePCH, enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp449 FrontendOpts.ProgramAction = frontend::GeneratePCH; in Build()
H A DCompilerInvocation.cpp2636 {frontend::GeneratePCH, OPT_emit_pch}, in getFrontendActionTable()
4480 case frontend::GeneratePCH: in isStrictlyPreprocessorAction()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp165 if (ProgramAction == frontend::GeneratePCH || in resetBenignCodeGenOptions()
/freebsd/lib/clang/libclang/
H A DMakefile625 SRCS_MIN+= Serialization/GeneratePCH.cpp