Lines Matching refs:EPCGenericRTDyldMemoryManager
22 Expected<std::unique_ptr<EPCGenericRTDyldMemoryManager>>
23 EPCGenericRTDyldMemoryManager::CreateWithDefaultBootstrapSymbols( in CreateWithDefaultBootstrapSymbols()
35 return std::make_unique<EPCGenericRTDyldMemoryManager>(EPC, std::move(SAs)); in CreateWithDefaultBootstrapSymbols()
38 EPCGenericRTDyldMemoryManager::EPCGenericRTDyldMemoryManager( in EPCGenericRTDyldMemoryManager() function in llvm::orc::EPCGenericRTDyldMemoryManager
44 EPCGenericRTDyldMemoryManager::~EPCGenericRTDyldMemoryManager() { in ~EPCGenericRTDyldMemoryManager()
62 uint8_t *EPCGenericRTDyldMemoryManager::allocateCodeSection( in allocateCodeSection()
77 uint8_t *EPCGenericRTDyldMemoryManager::allocateDataSection( in allocateDataSection()
96 void EPCGenericRTDyldMemoryManager::reserveAllocationSpace( in reserveAllocationSpace()
156 bool EPCGenericRTDyldMemoryManager::needsToReserveAllocationSpace() { in needsToReserveAllocationSpace()
160 void EPCGenericRTDyldMemoryManager::registerEHFrames(uint8_t *Addr, in registerEHFrames()
184 void EPCGenericRTDyldMemoryManager::deregisterEHFrames() { in deregisterEHFrames()
188 void EPCGenericRTDyldMemoryManager::notifyObjectLoaded( in notifyObjectLoaded()
204 bool EPCGenericRTDyldMemoryManager::finalizeMemory(std::string *ErrMsg) { in finalizeMemory()
294 void EPCGenericRTDyldMemoryManager::mapAllocsToRemoteAddrs( in mapAllocsToRemoteAddrs()