LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
llvm::ExecutionEngine Member List

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

addGlobalMapping(const GlobalValue *GV, void *Addr)llvm::ExecutionEngine
addModule(Module *M)llvm::ExecutionEngineinlinevirtual
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::ExecutionEnginestatic
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::ExecutionEnginestatic
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
EngineBuilder classllvm::ExecutionEnginefriend
ExecutionEngine(Module *M)llvm::ExecutionEngineexplicitprotected
finalizeObject()llvm::ExecutionEngineinlinevirtual
FindFunctionNamed(const char *FnName)llvm::ExecutionEnginevirtual
freeMachineCodeForFunction(Function *F)=0llvm::ExecutionEnginepure virtual
generateCodeForModule(Module *M)llvm::ExecutionEngineinlinevirtual
getConstantValue(const Constant *C)llvm::ExecutionEngineprotected
getDataLayout() const llvm::ExecutionEngineinline
getFunctionAddress(const std::string &Name)llvm::ExecutionEngineinlinevirtual
getGlobalValueAddress(const std::string &Name)llvm::ExecutionEngineinlinevirtual
getGlobalValueAtAddress(void *Addr)llvm::ExecutionEngine
getMemoryForGV(const GlobalVariable *GV)llvm::ExecutionEngineprotectedvirtual
getOrEmitGlobalVariable(const GlobalVariable *GV)llvm::ExecutionEngineinlinevirtual
getPointerToBasicBlock(BasicBlock *BB)=0llvm::ExecutionEnginepure virtual
getPointerToFunction(Function *F)=0llvm::ExecutionEnginepure virtual
getPointerToFunctionOrStub(Function *F)llvm::ExecutionEngineinlinevirtual
getPointerToGlobal(const GlobalValue *GV)llvm::ExecutionEngine
getPointerToGlobalIfAvailable(const GlobalValue *GV)llvm::ExecutionEngine
getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure=true)=0llvm::ExecutionEnginepure virtual
InitializeMemory(const Constant *Init, void *Addr)llvm::ExecutionEngine
InstallLazyFunctionCreator(void *(*P)(const std::string &))llvm::ExecutionEngineinline
InterpCtorllvm::ExecutionEngineprotectedstatic
isCompilingLazily() const llvm::ExecutionEngineinline
isGVCompilationDisabled() const llvm::ExecutionEngineinline
isLazyCompilationDisabled() const llvm::ExecutionEngineinline
isSymbolSearchingDisabled() const llvm::ExecutionEngineinline
JITCtorllvm::ExecutionEngineprotectedstatic
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
recompileAndRelinkFunction(Function *F)=0llvm::ExecutionEnginepure virtual
RegisterJITEventListener(JITEventListener *)llvm::ExecutionEngineinlinevirtual
removeModule(Module *M)llvm::ExecutionEnginevirtual
runFunction(Function *F, const std::vector< GenericValue > &ArgValues)=0llvm::ExecutionEnginepure virtual
runFunctionAsMain(Function *Fn, const std::vector< std::string > &argv, const char *const *envp)llvm::ExecutionEngine
runJITOnFunction(Function *, MachineCodeInfo *=0)llvm::ExecutionEngineinlinevirtual
runStaticConstructorsDestructors(bool isDtors)llvm::ExecutionEnginevirtual
runStaticConstructorsDestructors(Module *module, bool isDtors)llvm::ExecutionEngine
setDataLayout(const DataLayout *td)llvm::ExecutionEngineinlineprotected
setObjectCache(ObjectCache *)llvm::ExecutionEngineinlinevirtual
StoreValueToMemory(const GenericValue &Val, GenericValue *Ptr, Type *Ty)llvm::ExecutionEngine
UnregisterJITEventListener(JITEventListener *)llvm::ExecutionEngineinlinevirtual
updateGlobalMapping(const GlobalValue *GV, void *Addr)llvm::ExecutionEngine
~ExecutionEngine()llvm::ExecutionEnginevirtual