LLVM API Documentation
This is the complete list of members for llvm::RTDyldMemoryManager, including all inherited members.
| allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName)=0 | llvm::RTDyldMemoryManager | pure virtual |
| allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly)=0 | llvm::RTDyldMemoryManager | pure virtual |
| deregisterEHFrames(uint8_t *Addr, uint64_t LoadAddr, size_t Size) | llvm::RTDyldMemoryManager | virtual |
| finalizeMemory(std::string *ErrMsg=0)=0 | llvm::RTDyldMemoryManager | pure virtual |
| getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure=true) | llvm::RTDyldMemoryManager | virtual |
| getSymbolAddress(const std::string &Name) | llvm::RTDyldMemoryManager | virtual |
| notifyObjectLoaded(ExecutionEngine *EE, const ObjectImage *) | llvm::RTDyldMemoryManager | inlinevirtual |
| registerEHFrames(uint8_t *Addr, uint64_t LoadAddr, size_t Size) | llvm::RTDyldMemoryManager | virtual |
| RTDyldMemoryManager() | llvm::RTDyldMemoryManager | inline |
| ~RTDyldMemoryManager() | llvm::RTDyldMemoryManager | virtual |