Lines Matching refs:AG
85 auto &AG = KV.first; in getContiguousPageBasedLayoutSizes() local
93 if (AG.getMemLifetime() == orc::MemLifetime::Standard) in getContiguousPageBasedLayoutSizes()
164 auto &AG = KV.first; in Create() local
167 assert(AG.getMemLifetime() != orc::MemLifetime::NoAlloc && in Create()
171 AGSectionNames[static_cast<unsigned>(AG.getMemProt()) | in Create()
172 static_cast<bool>(AG.getMemLifetime()) << 3]; in Create()
174 auto &Sec = G->createSection(AGSectionName, AG.getMemProt()); in Create()
175 Sec.setMemLifetime(AG.getMemLifetime()); in Create()
183 ContentBlocks[AG] = &B; in Create()
221 SimpleSegmentAlloc::getSegInfo(orc::AllocGroup AG) { in getSegInfo() argument
222 auto I = ContentBlocks.find(AG); in getSegInfo()
304 const auto &AG = KV.first; in applyProtections() local
307 auto Prot = toSysMemoryProtectionFlags(AG.getMemProt()); in applyProtections()
419 auto &AG = KV.first; in allocate() local
422 auto &SegAddr = (AG.getMemLifetime() == orc::MemLifetime::Standard) in allocate()