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