Home
last modified time | relevance | path

Searched refs:getWorkingMemory (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp119 auto WorkingMemory = (*Alloc)->getWorkingMemory(TrampolinePagePermissions); in grow()
301 auto WorkingMemory = (*Alloc)->getWorkingMemory(ResolverBlockPermissions); in writeResolverBlock()
375 (*Alloc)->getWorkingMemory(StubPagePermissions).data(), StubTargetAddr, in getIndirectStubs()
H A DDebugObjectManagerPlugin.cpp173 Alloc->getWorkingMemory(ReadOnly).size())); in finalizeAsync()
344 MutableArrayRef<char> WorkingMem = Alloc->getWorkingMemory(ReadOnly); in finalizeWorkingMemory()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h71 virtual MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) = 0;
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp29 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in allocate() function in llvm::jitlink::InProcessMemoryManager::allocate::IPMMAlloc
H A DJITLinkGeneric.cpp291 << (const void *)Alloc->getWorkingMemory(Prot).data() << " -> " in allocateSegments()
363 Alloc.getWorkingMemory(static_cast<sys::Memory::ProtectionFlags>(Prot)); in copyBlockContentToWorkingMemory()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRPCExecutorProcessControl.h58 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in getWorkingMemory() function
H A DOrcRemoteTargetClient.h359 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in getWorkingMemory() function