LLVM API Documentation

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

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

addGlobalMapping(const GlobalValue *GV, void *Addr)llvm::ExecutionEngine
addModule(Module *M)llvm::MCJITvirtual
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, RTDyldMemoryManager *MemMgr, bool GVsWithCode, TargetMachine *TM)llvm::MCJITstatic
llvm::ExecutionEngine::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
emitObject(Module *M)llvm::MCJITprotected
ExecutionEngine(Module *M)llvm::ExecutionEngineexplicitprotected
finalizeLoadedModules()llvm::MCJIT
finalizeModule(Module *)llvm::MCJITvirtual
finalizeObject()llvm::MCJITvirtual
FindFunctionNamed(const char *FnName)llvm::MCJITvirtual
findModuleForSymbol(const std::string &Name, bool CheckFunctionsOnly)llvm::MCJITprotected
freeMachineCodeForFunction(Function *F)llvm::MCJITvirtual
generateCodeForModule(Module *M)llvm::MCJITvirtual
getConstantValue(const Constant *C)llvm::ExecutionEngineprotected
getDataLayout() const llvm::ExecutionEngineinline
getExistingSymbolAddress(const std::string &Name)llvm::MCJITprotected
getFunctionAddress(const std::string &Name)llvm::MCJITvirtual
getGlobalValueAddress(const std::string &Name)llvm::MCJITvirtual
getGlobalValueAtAddress(void *Addr)llvm::ExecutionEngine
getMemoryForGV(const GlobalVariable *GV)llvm::ExecutionEngineprotectedvirtual
getOrEmitGlobalVariable(const GlobalVariable *GV)llvm::ExecutionEngineinlinevirtual
getPointerToBasicBlock(BasicBlock *BB)llvm::MCJITvirtual
getPointerToFunction(Function *F)llvm::MCJITvirtual
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)llvm::MCJITvirtual
getSymbolAddress(const std::string &Name, bool CheckFunctionsOnly)llvm::MCJIT
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::MCJITinlinevirtual
MCJITCtorllvm::ExecutionEngineprotectedstatic
Modulesllvm::ExecutionEngineprotected
NotifyFreeingObject(const ObjectImage &Obj)llvm::MCJITprotected
NotifyObjectEmitted(const ObjectImage &Obj)llvm::MCJITprotected
recompileAndRelinkFunction(Function *F)llvm::MCJITvirtual
Register()llvm::MCJITinlinestatic
RegisterJITEventListener(JITEventListener *L)llvm::MCJITvirtual
removeModule(Module *M)llvm::MCJITvirtual
runFunction(Function *F, const std::vector< GenericValue > &ArgValues)llvm::MCJITvirtual
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::MCJITvirtual
llvm::ExecutionEngine::runStaticConstructorsDestructors(Module *module, bool isDtors)llvm::ExecutionEngine
setDataLayout(const DataLayout *td)llvm::ExecutionEngineinlineprotected
setObjectCache(ObjectCache *manager)llvm::MCJITvirtual
StoreValueToMemory(const GenericValue &Val, GenericValue *Ptr, Type *Ty)llvm::ExecutionEngine
UnregisterJITEventListener(JITEventListener *L)llvm::MCJITvirtual
updateGlobalMapping(const GlobalValue *GV, void *Addr)llvm::ExecutionEngine
~ExecutionEngine()llvm::ExecutionEnginevirtual
~MCJIT()llvm::MCJIT