LLVM API Documentation
This is the complete list of members for llvm::JIT, including all inherited members.
| addGlobalMapping(const GlobalValue *GV, void *Addr) | llvm::ExecutionEngine | |
| addModule(Module *M) | llvm::JIT | virtual |
| addPendingFunction(Function *F) | llvm::JIT | |
| addPointerToBasicBlock(const BasicBlock *BB, void *Addr) | llvm::JIT | |
| clearAllGlobalMappings() | llvm::ExecutionEngine | |
| clearGlobalMappingsFromModule(Module *M) | llvm::ExecutionEngine | |
| clearPointerToBasicBlock(const BasicBlock *BB) | llvm::JIT | |
| CompilationCallback() | llvm::JIT | static |
| create(Module *M, std::string *Err, JITMemoryManager *JMM, CodeGenOpt::Level OptLevel=CodeGenOpt::Default, bool GVsWithCode=true, Reloc::Model RM=Reloc::Default, CodeModel::Model CMM=CodeModel::JITDefault) | llvm::JIT | inlinestatic |
| llvm::ExecutionEngine::create(Module *M, bool ForceInterpreter=false, std::string *ErrorStr=0, CodeGenOpt::Level OptLevel=CodeGenOpt::Default, bool GVsWithCode=true) | llvm::ExecutionEngine | static |
| createJIT(Module *M, std::string *ErrorStr, JITMemoryManager *JMM, bool GVsWithCode, TargetMachine *TM) | llvm::JIT | static |
| llvm::ExecutionEngine::createJIT(Module *M, std::string *ErrorStr=0, JITMemoryManager *JMM=0, CodeGenOpt::Level OptLevel=CodeGenOpt::Default, bool GVsWithCode=true, Reloc::Model RM=Reloc::Default, CodeModel::Model CMM=CodeModel::JITDefault) | llvm::ExecutionEngine | static |
| DisableGVCompilation(bool Disabled=true) | llvm::ExecutionEngine | inline |
| DisableLazyCompilation(bool Disabled=true) | llvm::ExecutionEngine | inline |
| DisableSymbolSearching(bool Disabled=true) | llvm::ExecutionEngine | inline |
| emitGlobals() | llvm::ExecutionEngine | protected |
| EmitGlobalVariable(const GlobalVariable *GV) | llvm::ExecutionEngine | protected |
| ExecutionEngine(Module *M) | llvm::ExecutionEngine | explicitprotected |
| finalizeObject() | llvm::ExecutionEngine | inlinevirtual |
| FindFunctionNamed(const char *FnName) | llvm::ExecutionEngine | virtual |
| freeMachineCodeForFunction(Function *F) | llvm::JIT | virtual |
| generateCodeForModule(Module *M) | llvm::ExecutionEngine | inlinevirtual |
| getBasicBlockAddressMap(const MutexGuard &) | llvm::JIT | inline |
| getCodeEmitter() const | llvm::JIT | inline |
| getConstantValue(const Constant *C) | llvm::ExecutionEngine | protected |
| getDataLayout() const | llvm::ExecutionEngine | inline |
| getFunctionAddress(const std::string &Name) | llvm::ExecutionEngine | inlinevirtual |
| getGlobalValueAddress(const std::string &Name) | llvm::ExecutionEngine | inlinevirtual |
| getGlobalValueAtAddress(void *Addr) | llvm::ExecutionEngine | |
| getJITInfo() const | llvm::JIT | inline |
| getMemoryForGV(const GlobalVariable *GV) | llvm::JIT | protectedvirtual |
| getOrEmitGlobalVariable(const GlobalVariable *GV) | llvm::JIT | virtual |
| getPointerToBasicBlock(BasicBlock *BB) | llvm::JIT | virtual |
| getPointerToFunction(Function *F) | llvm::JIT | virtual |
| getPointerToFunctionOrStub(Function *F) | llvm::JIT | virtual |
| getPointerToGlobal(const GlobalValue *GV) | llvm::ExecutionEngine | |
| getPointerToGlobalIfAvailable(const GlobalValue *GV) | llvm::ExecutionEngine | |
| getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure=true) | llvm::JIT | virtual |
| InitializeMemory(const Constant *Init, void *Addr) | llvm::ExecutionEngine | |
| InstallLazyFunctionCreator(void *(*P)(const std::string &)) | llvm::ExecutionEngine | inline |
| InterpCtor | llvm::ExecutionEngine | protectedstatic |
| isCompilingLazily() const | llvm::ExecutionEngine | inline |
| isGVCompilationDisabled() const | llvm::ExecutionEngine | inline |
| isLazyCompilationDisabled() const | llvm::ExecutionEngine | inline |
| isSymbolSearchingDisabled() const | llvm::ExecutionEngine | inline |
| JITCtor | llvm::ExecutionEngine | protectedstatic |
| LazyFunctionCreator | llvm::ExecutionEngine | protected |
| LoadValueFromMemory(GenericValue &Result, GenericValue *Ptr, Type *Ty) | llvm::ExecutionEngine | protected |
| lock | llvm::ExecutionEngine | |
| mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress) | llvm::ExecutionEngine | inlinevirtual |
| MCJITCtor | llvm::ExecutionEngine | protectedstatic |
| Modules | llvm::ExecutionEngine | protected |
| NotifyFreeingMachineCode(void *OldPtr) | llvm::JIT | |
| NotifyFunctionEmitted(const Function &F, void *Code, size_t Size, const JITEvent_EmittedFunctionDetails &Details) | llvm::JIT | |
| recompileAndRelinkFunction(Function *F) | llvm::JIT | virtual |
| Register() | llvm::JIT | inlinestatic |
| RegisterJITEventListener(JITEventListener *L) | llvm::JIT | virtual |
| removeModule(Module *M) | llvm::JIT | virtual |
| runFunction(Function *F, const std::vector< GenericValue > &ArgValues) | llvm::JIT | virtual |
| runFunctionAsMain(Function *Fn, const std::vector< std::string > &argv, const char *const *envp) | llvm::ExecutionEngine | |
| runJITOnFunction(Function *F, MachineCodeInfo *MCI=0) | llvm::JIT | virtual |
| runStaticConstructorsDestructors(bool isDtors) | llvm::ExecutionEngine | virtual |
| runStaticConstructorsDestructors(Module *module, bool isDtors) | llvm::ExecutionEngine | |
| setDataLayout(const DataLayout *td) | llvm::ExecutionEngine | inlineprotected |
| setObjectCache(ObjectCache *) | llvm::ExecutionEngine | inlinevirtual |
| StoreValueToMemory(const GenericValue &Val, GenericValue *Ptr, Type *Ty) | llvm::ExecutionEngine | |
| UnregisterJITEventListener(JITEventListener *L) | llvm::JIT | virtual |
| updateGlobalMapping(const GlobalValue *GV, void *Addr) | llvm::ExecutionEngine | |
| ~ExecutionEngine() | llvm::ExecutionEngine | virtual |
| ~JIT() | llvm::JIT |