LLVM API Documentation

llvm::RTDyldMemoryManager Member List
This is the complete list of members for llvm::RTDyldMemoryManager, including all inherited members.
allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName)=0llvm::RTDyldMemoryManager [pure virtual]
allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly)=0llvm::RTDyldMemoryManager [pure virtual]
deregisterEHFrames(uint8_t *Addr, uint64_t LoadAddr, size_t Size)llvm::RTDyldMemoryManager [virtual]
finalizeMemory(std::string *ErrMsg=nullptr)=0llvm::RTDyldMemoryManager [pure virtual]
getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure=true)llvm::RTDyldMemoryManager [virtual]
getSymbolAddress(const std::string &Name)llvm::RTDyldMemoryManager [virtual]
needsToReserveAllocationSpace()llvm::RTDyldMemoryManager [inline, virtual]
notifyObjectLoaded(ExecutionEngine *EE, const ObjectImage *)llvm::RTDyldMemoryManager [inline, virtual]
registerEHFrames(uint8_t *Addr, uint64_t LoadAddr, size_t Size)llvm::RTDyldMemoryManager [virtual]
reserveAllocationSpace(uintptr_t CodeSize, uintptr_t DataSizeRO, uintptr_t DataSizeRW)llvm::RTDyldMemoryManager [inline, virtual]
RTDyldMemoryManager()llvm::RTDyldMemoryManager [inline]
~RTDyldMemoryManager()llvm::RTDyldMemoryManager [virtual]