LLVM API Documentation
addArchive(object::OwningBinary< object::Archive > O) override | llvm::MCJIT | [virtual] |
addGlobalMapping(const GlobalValue *GV, void *Addr) | llvm::ExecutionEngine | |
addModule(std::unique_ptr< Module > M) override | llvm::MCJIT | [virtual] |
addObjectFile(std::unique_ptr< object::ObjectFile > O) override | llvm::MCJIT | [virtual] |
addObjectFile(object::OwningBinary< object::ObjectFile > O) override | llvm::MCJIT | [virtual] |
clearAllGlobalMappings() | llvm::ExecutionEngine | |
clearGlobalMappingsFromModule(Module *M) | llvm::ExecutionEngine | |
createJIT(std::unique_ptr< Module > M, std::string *ErrorStr, RTDyldMemoryManager *MemMgr, std::unique_ptr< TargetMachine > TM) | llvm::MCJIT | [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(std::unique_ptr< Module > M) | llvm::ExecutionEngine | [explicit, protected] |
finalizeLoadedModules() | llvm::MCJIT | |
finalizeModule(Module *) | llvm::MCJIT | [virtual] |
finalizeObject() override | llvm::MCJIT | [virtual] |
FindFunctionNamed(const char *FnName) override | llvm::MCJIT | [virtual] |
findModuleForSymbol(const std::string &Name, bool CheckFunctionsOnly) | llvm::MCJIT | [protected] |
generateCodeForModule(Module *M) override | 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) override | llvm::MCJIT | [virtual] |
getGlobalValueAddress(const std::string &Name) override | llvm::MCJIT | [virtual] |
getGlobalValueAtAddress(void *Addr) | llvm::ExecutionEngine | |
getMemoryForGV(const GlobalVariable *GV) | llvm::ExecutionEngine | [protected, virtual] |
getOrEmitGlobalVariable(const GlobalVariable *GV) | llvm::ExecutionEngine | [inline, virtual] |
getPointerToFunction(Function *F) override | llvm::MCJIT | [virtual] |
getPointerToFunctionOrStub(Function *F) | llvm::ExecutionEngine | [inline, virtual] |
getPointerToGlobal(const GlobalValue *GV) | llvm::ExecutionEngine | |
getPointerToGlobalIfAvailable(const GlobalValue *GV) | llvm::ExecutionEngine | |
getPointerToNamedFunction(StringRef Name, bool AbortOnFailure=true) override | llvm::MCJIT | [virtual] |
getSymbolAddress(const std::string &Name, bool CheckFunctionsOnly) | llvm::MCJIT | |
getTargetMachine() override | llvm::MCJIT | [inline, virtual] |
getVerifyModules() const | llvm::ExecutionEngine | [inline] |
InitializeMemory(const Constant *Init, void *Addr) | llvm::ExecutionEngine | |
InstallLazyFunctionCreator(void *(*P)(const std::string &)) | llvm::ExecutionEngine | [inline] |
InterpCtor | llvm::ExecutionEngine | [protected, static] |
isCompilingLazily() const | llvm::ExecutionEngine | [inline] |
isGVCompilationDisabled() const | llvm::ExecutionEngine | [inline] |
isSymbolSearchingDisabled() const | llvm::ExecutionEngine | [inline] |
LazyFunctionCreator | llvm::ExecutionEngine | [protected] |
LoadValueFromMemory(GenericValue &Result, GenericValue *Ptr, Type *Ty) | llvm::ExecutionEngine | [protected] |
lock | llvm::ExecutionEngine | |
mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress) override | llvm::MCJIT | [inline, virtual] |
MCJITCtor | llvm::ExecutionEngine | [protected, static] |
Modules | llvm::ExecutionEngine | [protected] |
NotifyFreeingObject(const ObjectImage &Obj) | llvm::MCJIT | [protected] |
NotifyObjectEmitted(const ObjectImage &Obj) | llvm::MCJIT | [protected] |
Register() | llvm::MCJIT | [inline, static] |
RegisterJITEventListener(JITEventListener *L) override | llvm::MCJIT | [virtual] |
removeModule(Module *M) override | llvm::MCJIT | [virtual] |
runFunction(Function *F, const std::vector< GenericValue > &ArgValues) override | llvm::MCJIT | [virtual] |
runFunctionAsMain(Function *Fn, const std::vector< std::string > &argv, const char *const *envp) | llvm::ExecutionEngine | |
runStaticConstructorsDestructors(bool isDtors) override | llvm::MCJIT | [virtual] |
llvm::ExecutionEngine::runStaticConstructorsDestructors(Module &module, bool isDtors) | llvm::ExecutionEngine | |
setDataLayout(const DataLayout *Val) | llvm::ExecutionEngine | [inline, protected] |
setObjectCache(ObjectCache *manager) override | llvm::MCJIT | [virtual] |
setProcessAllSections(bool ProcessAllSections) override | llvm::MCJIT | [inline, virtual] |
setVerifyModules(bool Verify) | llvm::ExecutionEngine | [inline] |
StoreValueToMemory(const GenericValue &Val, GenericValue *Ptr, Type *Ty) | llvm::ExecutionEngine | |
UnregisterJITEventListener(JITEventListener *L) override | llvm::MCJIT | [virtual] |
updateGlobalMapping(const GlobalValue *GV, void *Addr) | llvm::ExecutionEngine | |
~ExecutionEngine() | llvm::ExecutionEngine | [virtual] |
~MCJIT() | llvm::MCJIT |