Lines Matching refs:Prot
234 auto &Prot = KV.first; in allocateSegments() local
256 Segments[Prot] = {SegAlign, SegContentSize, in allocateSegments()
261 << static_cast<sys::Memory::ProtectionFlags>(Prot) in allocateSegments()
277 auto Prot = static_cast<sys::Memory::ProtectionFlags>(KV.first); in allocateSegments()
278 dbgs() << " " << Prot << ": " in allocateSegments()
279 << (const void *)Alloc->getWorkingMemory(Prot).data() << " -> " in allocateSegments()
280 << formatv("{0:x16}", Alloc->getTargetMemory(Prot)) << "\n"; in allocateSegments()
286 auto &Prot = KV.first; in allocateSegments() local
290 Alloc->getTargetMemory(static_cast<sys::Memory::ProtectionFlags>(Prot)); in allocateSegments()
347 auto &Prot = KV.first; in copyBlockContentToWorkingMemory() local
351 Alloc.getWorkingMemory(static_cast<sys::Memory::ProtectionFlags>(Prot)); in copyBlockContentToWorkingMemory()
357 << static_cast<sys::Memory::ProtectionFlags>(Prot) << " [ " in copyBlockContentToWorkingMemory()