HomeSort by relevance Sort by last modified time
    Searched refs:EmitLLVMAction (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/CodeGen/
CodeGenAction.h 77 class EmitLLVMAction : public CodeGenAction {
80 EmitLLVMAction(llvm::LLVMContext *_VMContext = 0);
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 436 void EmitLLVMAction::anchor() { }
437 EmitLLVMAction::EmitLLVMAction(llvm::LLVMContext *_VMContext)
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 51 case EmitLLVM: return new EmitLLVMAction();

Completed in 184 milliseconds