Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DFrontendOptions.h97 InitOnly, enumerator
/llvm-project-15.0.7/flang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp80 case InitOnly: in createFrontendAction()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendOptions.h103 InitOnly, enumerator
/llvm-project-15.0.7/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp75 case InitOnly: return std::make_unique<InitOnlyAction>(); in CreateFrontendBaseAction()
/llvm-project-15.0.7/flang/lib/Frontend/
H A DCompilerInvocation.cpp241 opts.programAction = InitOnly; in parseFrontendArgs()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp2478 {frontend::InitOnly, OPT_init_only}, in getFrontendActionTable()
4148 case frontend::InitOnly: in isStrictlyPreprocessorAction()