| addGlobalMapping(const GlobalValue *GV, void *Addr) | llvm::ExecutionEngine | |
| addModule(Module *M) | llvm::ExecutionEngine | inlinevirtual |
| clearAllGlobalMappings() | llvm::ExecutionEngine | |
| clearGlobalMappingsFromModule(Module *M) | 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=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 |
| EngineBuilder class | llvm::ExecutionEngine | friend |
| ExecutionEngine(Module *M) | llvm::ExecutionEngine | explicitprotected |
| finalizeObject() | llvm::ExecutionEngine | inlinevirtual |
| FindFunctionNamed(const char *FnName) | llvm::ExecutionEngine | virtual |
| freeMachineCodeForFunction(Function *F)=0 | llvm::ExecutionEngine | pure virtual |
| generateCodeForModule(Module *M) | llvm::ExecutionEngine | inlinevirtual |
| 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 | |
| getMemoryForGV(const GlobalVariable *GV) | llvm::ExecutionEngine | protectedvirtual |
| getOrEmitGlobalVariable(const GlobalVariable *GV) | llvm::ExecutionEngine | inlinevirtual |
| getPointerToBasicBlock(BasicBlock *BB)=0 | llvm::ExecutionEngine | pure virtual |
| getPointerToFunction(Function *F)=0 | llvm::ExecutionEngine | pure virtual |
| getPointerToFunctionOrStub(Function *F) | llvm::ExecutionEngine | inlinevirtual |
| getPointerToGlobal(const GlobalValue *GV) | llvm::ExecutionEngine | |
| getPointerToGlobalIfAvailable(const GlobalValue *GV) | llvm::ExecutionEngine | |
| getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure=true)=0 | llvm::ExecutionEngine | pure 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 |
| recompileAndRelinkFunction(Function *F)=0 | llvm::ExecutionEngine | pure virtual |
| RegisterJITEventListener(JITEventListener *) | llvm::ExecutionEngine | inlinevirtual |
| removeModule(Module *M) | llvm::ExecutionEngine | virtual |
| runFunction(Function *F, const std::vector< GenericValue > &ArgValues)=0 | llvm::ExecutionEngine | pure virtual |
| runFunctionAsMain(Function *Fn, const std::vector< std::string > &argv, const char *const *envp) | llvm::ExecutionEngine | |
| runJITOnFunction(Function *, MachineCodeInfo *=0) | llvm::ExecutionEngine | inlinevirtual |
| 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 *) | llvm::ExecutionEngine | inlinevirtual |
| updateGlobalMapping(const GlobalValue *GV, void *Addr) | llvm::ExecutionEngine | |
| ~ExecutionEngine() | llvm::ExecutionEngine | virtual |