LLVM 19.0.0git
llvm::MCJIT Member List

This is the complete list of members for llvm::MCJIT, including all inherited members.

addArchive(object::OwningBinary< object::Archive > O) overridellvm::MCJITvirtual
addGlobalMapping(const GlobalValue *GV, void *Addr)llvm::ExecutionEngine
addGlobalMapping(StringRef Name, uint64_t Addr)llvm::ExecutionEngine
addModule(std::unique_ptr< Module > M) overridellvm::MCJITvirtual
addObjectFile(std::unique_ptr< object::ObjectFile > O) overridellvm::MCJITvirtual
addObjectFile(object::OwningBinary< object::ObjectFile > O) overridellvm::MCJITvirtual
clearAllGlobalMappings()llvm::ExecutionEngine
clearErrorMessage()llvm::ExecutionEngineinline
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::MCJITstatic
DisableGVCompilation(bool Disabled=true)llvm::ExecutionEngineinline
DisableLazyCompilation(bool Disabled=true)llvm::ExecutionEngineinline
DisableSymbolSearching(bool Disabled=true)llvm::ExecutionEngineinline
emitGlobals()llvm::ExecutionEngineprotected
emitGlobalVariable(const GlobalVariable *GV)llvm::ExecutionEngineprotected
emitObject(Module *M)llvm::MCJITprotected
ErrMsgllvm::ExecutionEngineprotected
ExecutionEngine(DataLayout DL)llvm::ExecutionEngineinlineprotected
ExecutionEngine(DataLayout DL, std::unique_ptr< Module > M)llvm::ExecutionEngineexplicitprotected
ExecutionEngine(std::unique_ptr< Module > M)llvm::ExecutionEngineexplicitprotected
finalizeLoadedModules()llvm::MCJIT
finalizeModule(Module *)llvm::MCJITvirtual
finalizeObject() overridellvm::MCJITvirtual
findExistingSymbol(const std::string &Name)llvm::MCJITprotected
FindFunctionNamed(StringRef FnName) overridellvm::MCJITvirtual
FindGlobalVariableNamed(StringRef Name, bool AllowInternal=false) overridellvm::MCJITvirtual
findModuleForSymbol(const std::string &Name, bool CheckFunctionsOnly)llvm::MCJITprotected
findSymbol(const std::string &Name, bool CheckFunctionsOnly)llvm::MCJIT
generateCodeForModule(Module *M) overridellvm::MCJITvirtual
getAddressToGlobalIfAvailable(StringRef S)llvm::ExecutionEngine
getConstantValue(const Constant *C)llvm::ExecutionEngineprotected
getDataLayout() constllvm::ExecutionEngineinline
getErrorMessage() constllvm::ExecutionEngineinline
getFunctionAddress(const std::string &Name) overridellvm::MCJITvirtual
getGlobalValueAddress(const std::string &Name) overridellvm::MCJITvirtual
getGlobalValueAtAddress(void *Addr)llvm::ExecutionEngine
getMangledName(const GlobalValue *GV)llvm::ExecutionEngineprotected
getMemoryForGV(const GlobalVariable *GV)llvm::ExecutionEngineprotectedvirtual
getOrEmitGlobalVariable(const GlobalVariable *GV)llvm::ExecutionEngineinlinevirtual
getPointerToFunction(Function *F) overridellvm::MCJITvirtual
getPointerToFunctionOrStub(Function *F)llvm::ExecutionEngineinlinevirtual
getPointerToGlobal(const GlobalValue *GV)llvm::ExecutionEngine
getPointerToGlobalIfAvailable(StringRef S)llvm::ExecutionEngine
getPointerToGlobalIfAvailable(const GlobalValue *GV)llvm::ExecutionEngine
getPointerToNamedFunction(StringRef Name, bool AbortOnFailure=true) overridellvm::MCJITvirtual
getSymbolAddress(const std::string &Name, bool CheckFunctionsOnly)llvm::MCJIT
getTargetMachine() overridellvm::MCJITinlinevirtual
getVerifyModules() constllvm::ExecutionEngineinline
hasError() constllvm::ExecutionEngineinline
InitializeMemory(const Constant *Init, void *Addr)llvm::ExecutionEngine
InstallLazyFunctionCreator(FunctionCreator C)llvm::ExecutionEngineinline
InterpCtorllvm::ExecutionEngineprotectedstatic
isCompilingLazily() constllvm::ExecutionEngineinline
isGVCompilationDisabled() constllvm::ExecutionEngineinline
isSymbolSearchingDisabled() constllvm::ExecutionEngineinline
LazyFunctionCreatorllvm::ExecutionEngineprotected
LoadValueFromMemory(GenericValue &Result, GenericValue *Ptr, Type *Ty)llvm::ExecutionEngineprotected
lockllvm::ExecutionEngine
mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress) overridellvm::MCJITinlinevirtual
MCJITCtorllvm::ExecutionEngineprotectedstatic
Modulesllvm::ExecutionEngineprotected
notifyFreeingObject(const object::ObjectFile &Obj)llvm::MCJITprotected
notifyObjectLoaded(const object::ObjectFile &Obj, const RuntimeDyld::LoadedObjectInfo &L)llvm::MCJITprotected
Register()llvm::MCJITinlinestatic
RegisterJITEventListener(JITEventListener *L) overridellvm::MCJITvirtual
removeModule(Module *M) overridellvm::MCJITvirtual
runFunction(Function *F, ArrayRef< GenericValue > ArgValues) overridellvm::MCJITvirtual
runFunctionAsMain(Function *Fn, const std::vector< std::string > &argv, const char *const *envp)llvm::ExecutionEngine
runStaticConstructorsDestructors(bool isDtors) overridellvm::MCJITvirtual
llvm::ExecutionEngine::runStaticConstructorsDestructors(Module &module, bool isDtors)llvm::ExecutionEngine
setObjectCache(ObjectCache *manager) overridellvm::MCJITvirtual
setProcessAllSections(bool ProcessAllSections) overridellvm::MCJITinlinevirtual
setVerifyModules(bool Verify)llvm::ExecutionEngineinline
StoreValueToMemory(const GenericValue &Val, GenericValue *Ptr, Type *Ty)llvm::ExecutionEngine
UnregisterJITEventListener(JITEventListener *L) overridellvm::MCJITvirtual
updateGlobalMapping(const GlobalValue *GV, void *Addr)llvm::ExecutionEngine
updateGlobalMapping(StringRef Name, uint64_t Addr)llvm::ExecutionEngine
~ExecutionEngine()llvm::ExecutionEnginevirtual
~MCJIT() overridellvm::MCJIT