Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp120 auto TargetAddress = (*Alloc)->getTargetMemory(TrampolinePagePermissions); in grow()
125 auto TargetAddr = (*Alloc)->getTargetMemory(TrampolinePagePermissions); in grow()
302 ResolverBlockAddr = (*Alloc)->getTargetMemory(ResolverBlockPermissions); in writeResolverBlock()
371 auto StubTargetAddr = (*Alloc)->getTargetMemory(StubPagePermissions); in getIndirectStubs()
372 auto PointerTargetAddr = (*Alloc)->getTargetMemory(PointerPagePermissions); in getIndirectStubs()
H A DDebugObjectManagerPlugin.cpp172 jitTargetAddressToPointer<void *>(Alloc->getTargetMemory(ReadOnly)), in finalizeAsync()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h75 virtual JITTargetAddress getTargetMemory(ProtectionFlags Seg) = 0;
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp34 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in allocate() function in llvm::jitlink::InProcessMemoryManager::allocate::IPMMAlloc
H A DJITLinkGeneric.cpp292 << formatv("{0:x16}", Alloc->getTargetMemory(Prot)) << "\n"; in allocateSegments()
302 Alloc->getTargetMemory(static_cast<sys::Memory::ProtectionFlags>(Prot)); in allocateSegments()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRPCExecutorProcessControl.h65 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in getTargetMemory() function
H A DOrcRemoteTargetClient.h365 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in getTargetMemory() function