Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendOptions.h68 EmitLLVMOnly, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp57 case EmitLLVMOnly: return llvm::make_unique<EmitLLVMOnlyAction>(); in CreateFrontendBaseAction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1618 Opts.ProgramAction = frontend::EmitLLVMOnly; break; in ParseFrontendArgs()
3045 case frontend::EmitLLVMOnly: in isStrictlyPreprocessorAction()