Home | History | Annotate | Download | only in JIT

Lines Matching refs:JIT

1 //===-- JIT.h - Class definition for the JIT --------------------*- C++ -*-===//
10 // This file defines the top-level JIT data structure.
53 class JIT : public ExecutionEngine {
69 /// True while the JIT is generating code. Used to assert against recursive
81 JIT(Module *M, TargetMachine &tm, TargetJITInfo &tji,
84 ~JIT();
90 /// getJITInfo - Return the target JIT information structure.
94 /// create - Create an return a new JIT compiler if there is one available
166 /// just like JIT::getPointerToFunction().
181 /// getCodeEmitter - Return the code emitter this JIT is emitting into.
191 // Run the JIT on F and return information about the generated code
211 static JITCodeEmitter *createEmitter(JIT &J, JITMemoryManager *JMM,