Home
last modified time | relevance | path

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

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