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 453 void EmitLLVMAction::anchor() { }
454 EmitLLVMAction::EmitLLVMAction(llvm::LLVMContext *_VMContext)
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 52 case EmitLLVM: return new EmitLLVMAction();

Completed in 202 milliseconds