| addArchive(object::OwningBinary< object::Archive > A) | llvm::ExecutionEngine | virtual |
| addGlobalMapping(const GlobalValue *GV, void *Addr) | llvm::ExecutionEngine | |
| addGlobalMapping(StringRef Name, uint64_t Addr) | llvm::ExecutionEngine | |
| addModule(std::unique_ptr< Module > M) | llvm::ExecutionEngine | inlinevirtual |
| addObjectFile(std::unique_ptr< object::ObjectFile > O) | llvm::ExecutionEngine | virtual |
| addObjectFile(object::OwningBinary< object::ObjectFile > O) | llvm::ExecutionEngine | virtual |
| clearAllGlobalMappings() | llvm::ExecutionEngine | |
| clearErrorMessage() | llvm::ExecutionEngine | inline |
| clearGlobalMappingsFromModule(Module *M) | llvm::ExecutionEngine | |
| 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 |
| ErrMsg | llvm::ExecutionEngine | protected |
| ExecutionEngine(DataLayout DL) | llvm::ExecutionEngine | inlineprotected |
| ExecutionEngine(DataLayout DL, std::unique_ptr< Module > M) | llvm::ExecutionEngine | explicitprotected |
| ExecutionEngine(std::unique_ptr< Module > M) | llvm::ExecutionEngine | explicitprotected |
| finalizeObject() | llvm::ExecutionEngine | inlinevirtual |
| FindFunctionNamed(StringRef FnName) | llvm::ExecutionEngine | virtual |
| FindGlobalVariableNamed(StringRef Name, bool AllowInternal=false) | llvm::ExecutionEngine | virtual |
| generateCodeForModule(Module *M) | llvm::ExecutionEngine | inlinevirtual |
| getAddressToGlobalIfAvailable(StringRef S) | llvm::ExecutionEngine | |
| getConstantValue(const Constant *C) | llvm::ExecutionEngine | protected |
| getDataLayout() const | llvm::ExecutionEngine | inline |
| getErrorMessage() 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 | |
| getMangledName(const GlobalValue *GV) | llvm::ExecutionEngine | protected |
| getMemoryForGV(const GlobalVariable *GV) | llvm::ExecutionEngine | protectedvirtual |
| getOrEmitGlobalVariable(const GlobalVariable *GV) | llvm::ExecutionEngine | inlinevirtual |
| getPointerToFunction(Function *F)=0 | llvm::ExecutionEngine | pure virtual |
| getPointerToFunctionOrStub(Function *F) | llvm::ExecutionEngine | inlinevirtual |
| getPointerToGlobal(const GlobalValue *GV) | llvm::ExecutionEngine | |
| getPointerToGlobalIfAvailable(StringRef S) | llvm::ExecutionEngine | |
| getPointerToGlobalIfAvailable(const GlobalValue *GV) | llvm::ExecutionEngine | |
| getPointerToNamedFunction(StringRef Name, bool AbortOnFailure=true)=0 | llvm::ExecutionEngine | pure virtual |
| getTargetMachine() | llvm::ExecutionEngine | inlinevirtual |
| getVerifyModules() const | llvm::ExecutionEngine | inline |
| hasError() const | llvm::ExecutionEngine | inline |
| InitializeMemory(const Constant *Init, void *Addr) | llvm::ExecutionEngine | |
| InstallLazyFunctionCreator(FunctionCreator C) | llvm::ExecutionEngine | inline |
| InterpCtor | llvm::ExecutionEngine | protectedstatic |
| isCompilingLazily() const | llvm::ExecutionEngine | inline |
| isGVCompilationDisabled() const | llvm::ExecutionEngine | inline |
| isSymbolSearchingDisabled() const | llvm::ExecutionEngine | inline |
| 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 |
| RegisterJITEventListener(JITEventListener *) | llvm::ExecutionEngine | inlinevirtual |
| removeModule(Module *M) | llvm::ExecutionEngine | virtual |
| runFunction(Function *F, ArrayRef< GenericValue > ArgValues)=0 | llvm::ExecutionEngine | pure virtual |
| runFunctionAsMain(Function *Fn, const std::vector< std::string > &argv, const char *const *envp) | llvm::ExecutionEngine | |
| runStaticConstructorsDestructors(bool isDtors) | llvm::ExecutionEngine | virtual |
| runStaticConstructorsDestructors(Module &module, bool isDtors) | llvm::ExecutionEngine | |
| setObjectCache(ObjectCache *) | llvm::ExecutionEngine | inlinevirtual |
| setProcessAllSections(bool ProcessAllSections) | llvm::ExecutionEngine | inlinevirtual |
| setVerifyModules(bool Verify) | llvm::ExecutionEngine | inline |
| StoreValueToMemory(const GenericValue &Val, GenericValue *Ptr, Type *Ty) | llvm::ExecutionEngine | |
| UnregisterJITEventListener(JITEventListener *) | llvm::ExecutionEngine | inlinevirtual |
| updateGlobalMapping(const GlobalValue *GV, void *Addr) | llvm::ExecutionEngine | |
| updateGlobalMapping(StringRef Name, uint64_t Addr) | llvm::ExecutionEngine | |
| ~ExecutionEngine() | llvm::ExecutionEngine | virtual |