Searched refs:EmitCodeGenOnlyAction (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/CodeGen/
H A DCodeGenAction.h89 class EmitCodeGenOnlyAction : public CodeGenAction { class in namespace:clang
92 EmitCodeGenOnlyAction(llvm::LLVMContext *_VMContext = nullptr);
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp711 void EmitCodeGenOnlyAction::anchor() { }
712 EmitCodeGenOnlyAction::EmitCodeGenOnlyAction(llvm::LLVMContext *_VMContext) function in class:EmitCodeGenOnlyAction
/external/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp55 case EmitCodeGenOnly: return new EmitCodeGenOnlyAction();
/external/lldb/source/Expression/
H A DClangExpressionParser.cpp131 case EmitCodeGenOnly: return new EmitCodeGenOnlyAction();

Completed in 257 milliseconds