addGlobalMapping(const GlobalValue *GV, void *Addr) | llvm::ExecutionEngine | |
addModule(Module *M) | llvm::MCJIT | virtual |
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::ExecutionEngine | static |
createJIT(Module *M, std::string *ErrorStr, RTDyldMemoryManager *MemMgr, bool GVsWithCode, TargetMachine *TM) | llvm::MCJIT | static |
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::ExecutionEngine | 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(Module *M) | llvm::ExecutionEngine | explicitprotected |
finalizeLoadedModules() | llvm::MCJIT | |
finalizeModule(Module *) | llvm::MCJIT | virtual |
finalizeObject() | llvm::MCJIT | virtual |
FindFunctionNamed(const char *FnName) | llvm::MCJIT | virtual |
findModuleForSymbol(const std::string &Name, bool CheckFunctionsOnly) | llvm::MCJIT | protected |
freeMachineCodeForFunction(Function *F) | llvm::MCJIT | virtual |
generateCodeForModule(Module *M) | llvm::MCJIT | virtual |
getConstantValue(const Constant *C) | llvm::ExecutionEngine | protected |
getDataLayout() const | llvm::ExecutionEngine | inline |
getExistingSymbolAddress(const std::string &Name) | llvm::MCJIT | protected |
getFunctionAddress(const std::string &Name) | llvm::MCJIT | virtual |
getGlobalValueAddress(const std::string &Name) | llvm::MCJIT | virtual |
getGlobalValueAtAddress(void *Addr) | llvm::ExecutionEngine | |
getMemoryForGV(const GlobalVariable *GV) | llvm::ExecutionEngine | protectedvirtual |
getOrEmitGlobalVariable(const GlobalVariable *GV) | llvm::ExecutionEngine | inlinevirtual |
getPointerToBasicBlock(BasicBlock *BB) | llvm::MCJIT | virtual |
getPointerToFunction(Function *F) | llvm::MCJIT | virtual |
getPointerToFunctionOrStub(Function *F) | llvm::ExecutionEngine | inlinevirtual |
getPointerToGlobal(const GlobalValue *GV) | llvm::ExecutionEngine | |
getPointerToGlobalIfAvailable(const GlobalValue *GV) | llvm::ExecutionEngine | |
getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure=true) | llvm::MCJIT | virtual |
getSymbolAddress(const std::string &Name, bool CheckFunctionsOnly) | llvm::MCJIT | |
InitializeMemory(const Constant *Init, void *Addr) | llvm::ExecutionEngine | |
InstallLazyFunctionCreator(void *(*P)(const std::string &)) | llvm::ExecutionEngine | inline |
InterpCtor | llvm::ExecutionEngine | protectedstatic |
isCompilingLazily() const | llvm::ExecutionEngine | inline |
isGVCompilationDisabled() const | llvm::ExecutionEngine | inline |
isLazyCompilationDisabled() const | llvm::ExecutionEngine | inline |
isSymbolSearchingDisabled() const | llvm::ExecutionEngine | inline |
JITCtor | llvm::ExecutionEngine | protectedstatic |
LazyFunctionCreator | llvm::ExecutionEngine | protected |
LoadValueFromMemory(GenericValue &Result, GenericValue *Ptr, Type *Ty) | llvm::ExecutionEngine | protected |
lock | llvm::ExecutionEngine | |
mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress) | llvm::MCJIT | inlinevirtual |
MCJITCtor | llvm::ExecutionEngine | protectedstatic |
Modules | llvm::ExecutionEngine | protected |
NotifyFreeingObject(const ObjectImage &Obj) | llvm::MCJIT | protected |
NotifyObjectEmitted(const ObjectImage &Obj) | llvm::MCJIT | protected |
recompileAndRelinkFunction(Function *F) | llvm::MCJIT | virtual |
Register() | llvm::MCJIT | inlinestatic |
RegisterJITEventListener(JITEventListener *L) | llvm::MCJIT | virtual |
removeModule(Module *M) | llvm::MCJIT | virtual |
runFunction(Function *F, const std::vector< GenericValue > &ArgValues) | llvm::MCJIT | virtual |
runFunctionAsMain(Function *Fn, const std::vector< std::string > &argv, const char *const *envp) | llvm::ExecutionEngine | |
runJITOnFunction(Function *, MachineCodeInfo *=0) | llvm::ExecutionEngine | inlinevirtual |
runStaticConstructorsDestructors(bool isDtors) | llvm::MCJIT | virtual |
llvm::ExecutionEngine::runStaticConstructorsDestructors(Module *module, bool isDtors) | llvm::ExecutionEngine | |
setDataLayout(const DataLayout *td) | llvm::ExecutionEngine | inlineprotected |
setObjectCache(ObjectCache *manager) | llvm::MCJIT | virtual |
StoreValueToMemory(const GenericValue &Val, GenericValue *Ptr, Type *Ty) | llvm::ExecutionEngine | |
UnregisterJITEventListener(JITEventListener *L) | llvm::MCJIT | virtual |
updateGlobalMapping(const GlobalValue *GV, void *Addr) | llvm::ExecutionEngine | |
~ExecutionEngine() | llvm::ExecutionEngine | virtual |
~MCJIT() | llvm::MCJIT | |