Searched refs:getTargetMemory (Results 1 – 9 of 9) sorted by relevance
120 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()
172 jitTargetAddressToPointer<void *>(Alloc->getTargetMemory(ReadOnly)), in finalizeAsync()
75 virtual JITTargetAddress getTargetMemory(ProtectionFlags Seg) = 0;
292 << formatv("{0:x16}", Alloc->getTargetMemory(Prot)) << "\n"; in allocateSegments()302 Alloc->getTargetMemory(static_cast<sys::Memory::ProtectionFlags>(Prot)); in allocateSegments()
34 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in allocate() function in llvm::jitlink::InProcessMemoryManager::allocate::IPMMAlloc
65 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in getTargetMemory() function
365 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in getTargetMemory() function
359 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in allocate() function in llvm::JITLinkSlabAllocator::allocate::IPMMAlloc
693 * ``virtual JITTargetAddress getTargetMemory(ProtectionFlags Seg)``