Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h38 EmitCodeGenOnly, ///< Generate machine code, but don't emit anything. enumerator
/minix3/external/bsd/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp51 case EmitCodeGenOnly: return new EmitCodeGenOnlyAction(); in CreateFrontendBaseAction()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp791 Opts.ProgramAction = frontend::EmitCodeGenOnly; break; in ParseFrontendArgs()
1776 case frontend::EmitCodeGenOnly: in ParsePreprocessorOutputArgs()