Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h103 GeneratePCH, enumerator
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp113 case GeneratePCH: return std::make_unique<GeneratePCHAction>(); in CreateFrontendBaseAction()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp448 FrontendOpts.ProgramAction = frontend::GeneratePCH; in Build()
H A DCompilerInvocation.cpp2816 {frontend::GeneratePCH, OPT_emit_pch}, in getFrontendActionTable()
4779 case frontend::GeneratePCH: in isStrictlyPreprocessorAction()
4819 case frontend::GeneratePCH: in isCodeGenAction()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp216 if (ProgramAction == frontend::GeneratePCH || in resetBenignCodeGenOptions()
/freebsd/lib/clang/libclang/
H A DMakefile665 SRCS_MIN+= Serialization/GeneratePCH.cpp