Searched refs:getMemProt (Results 1 – 9 of 9) sorted by relevance
28 return OS << '(' << AG.getMemProt() << ", " << AG.getMemDeallocPolicy() in operator <<()
31 auto &Seg = Segments[{Sec.getMemProt(), Sec.getMemDeallocPolicy()}]; in BasicLayout()167 AGSectionNames[static_cast<unsigned>(AG.getMemProt()) | in Create()170 auto &Sec = G->createSection(AGSectionName, AG.getMemProt()); in Create()282 auto Prot = toSysMemoryProtectionFlags(AG.getMemProt()); in applyProtections()
323 assert(GraphSec->getMemProt() == Prot && "MemProt should match"); in graphifySections()
159 if (GraphSec->getMemProt() != Prot) in graphifySections()
107 SI.Prot = (toSysMemoryProtectionFlags(AG.getMemProt())); in allocate()
51 toSysMemoryProtectionFlags(KV.first.getMemProt())), in finalize()
113 MemProt getMemProt() const {
694 MemProt getMemProt() const { return Prot; } in getMemProt() function
515 auto Prot = toSysMemoryProtectionFlags(Group.getMemProt()); in allocate()