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

/external/clang/include/clang/CodeGen/
H A DCodeGenAction.h77 class EmitLLVMAction : public CodeGenAction { class in namespace:clang
80 EmitLLVMAction(llvm::LLVMContext *_VMContext = nullptr);
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp703 void EmitLLVMAction::anchor() { }
704 EmitLLVMAction::EmitLLVMAction(llvm::LLVMContext *_VMContext) function in class:EmitLLVMAction
/external/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp53 case EmitLLVM: return new EmitLLVMAction();
/external/lldb/source/Expression/
H A DClangExpressionParser.cpp129 case EmitLLVM: return new EmitLLVMAction();

Completed in 3090 milliseconds