Home
last modified time | relevance | path

Searched refs:EmitLLVMOnly (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp60 case EmitLLVMOnly: return std::make_unique<EmitLLVMOnlyAction>(); in CreateFrontendBaseAction()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h75 EmitLLVMOnly, enumerator
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp151 case frontend::EmitLLVMOnly: in IncrementalAction()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2623 {frontend::EmitLLVMOnly, OPT_emit_llvm_only}, in getFrontendActionTable()
4471 case frontend::EmitLLVMOnly: in isStrictlyPreprocessorAction()