LLVM 19.0.0git
llvm::ExecutionEngine Member List

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

addArchive(object::OwningBinary< object::Archive > A)llvm::ExecutionEnginevirtual
addGlobalMapping(const GlobalValue *GV, void *Addr)llvm::ExecutionEngine
addGlobalMapping(StringRef Name, uint64_t Addr)llvm::ExecutionEngine
addModule(std::unique_ptr< Module > M)llvm::ExecutionEngineinlinevirtual
addObjectFile(std::unique_ptr< object::ObjectFile > O)llvm::ExecutionEnginevirtual
addObjectFile(object::OwningBinary< object::ObjectFile > O)llvm::ExecutionEnginevirtual
clearAllGlobalMappings()llvm::ExecutionEngine
clearErrorMessage()llvm::ExecutionEngineinline
clearGlobalMappingsFromModule(Module *M)llvm::ExecutionEngine
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
EngineBuilderllvm::ExecutionEnginefriend
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
finalizeObject()llvm::ExecutionEngineinlinevirtual
FindFunctionNamed(StringRef FnName)llvm::ExecutionEnginevirtual
FindGlobalVariableNamed(StringRef Name, bool AllowInternal=false)llvm::ExecutionEnginevirtual
generateCodeForModule(Module *M)llvm::ExecutionEngineinlinevirtual
getAddressToGlobalIfAvailable(StringRef S)llvm::ExecutionEngine
getConstantValue(const Constant *C)llvm::ExecutionEngineprotected
getDataLayout() constllvm::ExecutionEngineinline
getErrorMessage() constllvm::ExecutionEngineinline
getFunctionAddress(const std::string &Name)llvm::ExecutionEngineinlinevirtual
getGlobalValueAddress(const std::string &Name)llvm::ExecutionEngineinlinevirtual
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)=0llvm::ExecutionEnginepure virtual
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)=0llvm::ExecutionEnginepure virtual
getTargetMachine()llvm::ExecutionEngineinlinevirtual
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)llvm::ExecutionEngineinlinevirtual
MCJITCtorllvm::ExecutionEngineprotectedstatic
Modulesllvm::ExecutionEngineprotected
RegisterJITEventListener(JITEventListener *)llvm::ExecutionEngineinlinevirtual
removeModule(Module *M)llvm::ExecutionEnginevirtual
runFunction(Function *F, ArrayRef< GenericValue > ArgValues)=0llvm::ExecutionEnginepure virtual
runFunctionAsMain(Function *Fn, const std::vector< std::string > &argv, const char *const *envp)llvm::ExecutionEngine
runStaticConstructorsDestructors(bool isDtors)llvm::ExecutionEnginevirtual
runStaticConstructorsDestructors(Module &module, bool isDtors)llvm::ExecutionEngine
setObjectCache(ObjectCache *)llvm::ExecutionEngineinlinevirtual
setProcessAllSections(bool ProcessAllSections)llvm::ExecutionEngineinlinevirtual
setVerifyModules(bool Verify)llvm::ExecutionEngineinline
StoreValueToMemory(const GenericValue &Val, GenericValue *Ptr, Type *Ty)llvm::ExecutionEngine
UnregisterJITEventListener(JITEventListener *)llvm::ExecutionEngineinlinevirtual
updateGlobalMapping(const GlobalValue *GV, void *Addr)llvm::ExecutionEngine
updateGlobalMapping(StringRef Name, uint64_t Addr)llvm::ExecutionEngine
~ExecutionEngine()llvm::ExecutionEnginevirtual