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

  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 1 //===-- MCJIT.h - Class definition for the MCJIT ----------------*- C++ -*-===//
25 class MCJIT : public ExecutionEngine {
26 MCJIT(Module *M, TargetMachine *tm, TargetJITInfo &tji,
44 ~MCJIT();
MCJIT.cpp 1 //===-- MCJIT.cpp - MC-based Just-in-Time Compiler ------------------------===//
10 #include "MCJIT.h"
15 #include "llvm/ExecutionEngine/MCJIT.h"
28 RegisterJIT() { MCJIT::Register(); }
36 ExecutionEngine *MCJIT::createJIT(Module *M,
48 return new MCJIT(M, TM, *TJ, new MCJITMemoryManager(JMM, M), GVsWithCode);
55 MCJIT::MCJIT(Module *m, TargetMachine *tm, TargetJITInfo &tji,
86 MCJIT::~MCJIT() {
    [all...]
  /external/llvm/lib/ExecutionEngine/
Makefile 14 PARALLEL_DIRS = Interpreter JIT MCJIT RuntimeDyld

Completed in 196 milliseconds