LLVM
8.0.1
|
This is the complete list of members for llvm::MCJIT, including all inherited members.
addArchive(object::OwningBinary< object::Archive > O) override | llvm::MCJIT | virtual |
addGlobalMapping(const GlobalValue *GV, void *Addr) | llvm::ExecutionEngine | |
addGlobalMapping(StringRef Name, uint64_t Addr) | llvm::ExecutionEngine | |
addModule(std::unique_ptr< Module > M) override | llvm::MCJIT | virtual |
addObjectFile(std::unique_ptr< object::ObjectFile > O) override | llvm::MCJIT | virtual |
addObjectFile(object::OwningBinary< object::ObjectFile > O) override | llvm::MCJIT | virtual |
clearAllGlobalMappings() | llvm::ExecutionEngine | |
clearGlobalMappingsFromModule(Module *M) | llvm::ExecutionEngine | |
createJIT(std::unique_ptr< Module > M, std::string *ErrorStr, std::shared_ptr< MCJITMemoryManager > MemMgr, std::shared_ptr< LegacyJITSymbolResolver > Resolver, std::unique_ptr< TargetMachine > TM) | llvm::MCJIT | 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 |
emitObject(Module *M) | llvm::MCJIT | 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 |
finalizeLoadedModules() | llvm::MCJIT | |
finalizeModule(Module *) | llvm::MCJIT | virtual |
finalizeObject() override | llvm::MCJIT | virtual |
findExistingSymbol(const std::string &Name) | llvm::MCJIT | protected |
FindFunctionNamed(StringRef FnName) override | llvm::MCJIT | virtual |
FindGlobalVariableNamed(StringRef Name, bool AllowInternal=false) override | llvm::MCJIT | virtual |
findModuleForSymbol(const std::string &Name, bool CheckFunctionsOnly) | llvm::MCJIT | protected |
findSymbol(const std::string &Name, bool CheckFunctionsOnly) | llvm::MCJIT | |
generateCodeForModule(Module *M) override | llvm::MCJIT | virtual |
getAddressToGlobalIfAvailable(StringRef S) | llvm::ExecutionEngine | |
getConstantValue(const Constant *C) | llvm::ExecutionEngine | protected |
getDataLayout() const | llvm::ExecutionEngine | inline |
getFunctionAddress(const std::string &Name) override | llvm::MCJIT | virtual |
getGlobalValueAddress(const std::string &Name) override | llvm::MCJIT | virtual |
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) override | llvm::MCJIT | 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) override | llvm::MCJIT | virtual |
getSymbolAddress(const std::string &Name, bool CheckFunctionsOnly) | llvm::MCJIT | |
getTargetMachine() override | llvm::MCJIT | inlinevirtual |
getVerifyModules() 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) override | llvm::MCJIT | inlinevirtual |
MCJITCtor | llvm::ExecutionEngine | protectedstatic |
Modules | llvm::ExecutionEngine | protected |
notifyFreeingObject(const object::ObjectFile &Obj) | llvm::MCJIT | protected |
notifyObjectLoaded(const object::ObjectFile &Obj, const RuntimeDyld::LoadedObjectInfo &L) | llvm::MCJIT | protected |
OrcMCJITReplacementCtor | llvm::ExecutionEngine | protectedstatic |
Register() | llvm::MCJIT | inlinestatic |
RegisterJITEventListener(JITEventListener *L) override | llvm::MCJIT | virtual |
removeModule(Module *M) override | llvm::MCJIT | virtual |
runFunction(Function *F, ArrayRef< GenericValue > ArgValues) override | llvm::MCJIT | virtual |
runFunctionAsMain(Function *Fn, const std::vector< std::string > &argv, const char *const *envp) | llvm::ExecutionEngine | |
runStaticConstructorsDestructors(bool isDtors) override | llvm::MCJIT | virtual |
llvm::ExecutionEngine::runStaticConstructorsDestructors(Module &module, bool isDtors) | llvm::ExecutionEngine | |
setObjectCache(ObjectCache *manager) override | llvm::MCJIT | virtual |
setProcessAllSections(bool ProcessAllSections) override | llvm::MCJIT | inlinevirtual |
setVerifyModules(bool Verify) | llvm::ExecutionEngine | inline |
StoreValueToMemory(const GenericValue &Val, GenericValue *Ptr, Type *Ty) | llvm::ExecutionEngine | |
UnregisterJITEventListener(JITEventListener *L) override | llvm::MCJIT | virtual |
updateGlobalMapping(const GlobalValue *GV, void *Addr) | llvm::ExecutionEngine | |
updateGlobalMapping(StringRef Name, uint64_t Addr) | llvm::ExecutionEngine | |
~ExecutionEngine() | llvm::ExecutionEngine | virtual |
~MCJIT() override | llvm::MCJIT |