Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp70 case GeneratePCH: return std::make_unique<GeneratePCHAction>(); in CreateFrontendBaseAction()
154 CI.getFrontendOpts().ProgramAction != frontend::GeneratePCH) { in CreateFrontendAction()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h95 GeneratePCH, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp448 FrontendOpts.ProgramAction = frontend::GeneratePCH; in Build()
H A DCompilerInvocation.cpp2557 {frontend::GeneratePCH, OPT_emit_pch}, in getFrontendActionTable()
4281 case frontend::GeneratePCH: in isStrictlyPreprocessorAction()
/freebsd-14.2/lib/clang/libclang/
H A DMakefile597 SRCS_MIN+= Serialization/GeneratePCH.cpp