Searched refs:getWorkingMemory (Results 1 – 7 of 7) sorted by relevance
119 auto WorkingMemory = (*Alloc)->getWorkingMemory(TrampolinePagePermissions); in grow()301 auto WorkingMemory = (*Alloc)->getWorkingMemory(ResolverBlockPermissions); in writeResolverBlock()375 (*Alloc)->getWorkingMemory(StubPagePermissions).data(), StubTargetAddr, in getIndirectStubs()
173 Alloc->getWorkingMemory(ReadOnly).size())); in finalizeAsync()344 MutableArrayRef<char> WorkingMem = Alloc->getWorkingMemory(ReadOnly); in finalizeWorkingMemory()
71 virtual MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) = 0;
29 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in allocate() function in llvm::jitlink::InProcessMemoryManager::allocate::IPMMAlloc
291 << (const void *)Alloc->getWorkingMemory(Prot).data() << " -> " in allocateSegments()363 Alloc.getWorkingMemory(static_cast<sys::Memory::ProtectionFlags>(Prot)); in copyBlockContentToWorkingMemory()
58 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in getWorkingMemory() function
359 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in getWorkingMemory() function