Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
DFrontendOptions.h70 EmitLLVMOnly, enumerator
/freebsd-12-stable/contrib/llvm-project/clang/lib/Interpreter/
DIncrementalParser.cpp72 case frontend::EmitLLVMOnly: in IncrementalAction()
/freebsd-12-stable/contrib/llvm-project/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp57 case EmitLLVMOnly: return std::make_unique<EmitLLVMOnlyAction>(); in CreateFrontendBaseAction()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp2369 {frontend::EmitLLVMOnly, OPT_emit_llvm_only}, in getFrontendActionTable()
4062 case frontend::EmitLLVMOnly: in isStrictlyPreprocessorAction()