Lines Matching defs:AG
85 auto &AG = KV.first;
93 if (AG.getMemLifetime() == orc::MemLifetime::Standard)
167 auto &AG = KV.first;
170 assert(AG.getMemLifetime() != orc::MemLifetime::NoAlloc &&
174 AGSectionNames[static_cast<unsigned>(AG.getMemProt()) |
175 static_cast<bool>(AG.getMemLifetime()) << 3];
177 auto &Sec = G->createSection(AGSectionName, AG.getMemProt());
178 Sec.setMemLifetime(AG.getMemLifetime());
186 ContentBlocks[AG] = &B;
224 SimpleSegmentAlloc::getSegInfo(orc::AllocGroup AG) {
225 auto I = ContentBlocks.find(AG);
307 const auto &AG = KV.first;
310 auto Prot = toSysMemoryProtectionFlags(AG.getMemProt());
421 auto &AG = KV.first;
424 auto &SegAddr = (AG.getMemLifetime() == orc::MemLifetime::Standard)