Searched refs:getMemProt (Results 1 – 9 of 9) sorted by relevance
32 auto &Seg = Segments[{Sec.getMemProt(), Sec.getMemLifetime()}]; in BasicLayout()171 AGSectionNames[static_cast<unsigned>(AG.getMemProt()) | in Create()174 auto &Sec = G->createSection(AGSectionName, AG.getMemProt()); in Create()307 auto Prot = toSysMemoryProtectionFlags(AG.getMemProt()); in applyProtections()
377 if (GraphSec->getMemProt() != Prot) { in graphifySections()382 << GraphSec->getMemProt() << " vs " << Prot; in graphifySections()
167 if (GraphSec->getMemProt() != Prot) in graphifySections()
513 return (S.getMemProt() & orc::MemProt::Exec) != orc::MemProt::None; in shouldRelax()
136 MemProt getMemProt() const {206 return OS << '(' << AG.getMemProt() << ", " << AG.getMemLifetime() << ')';
39 RemoteAllocGroup(const AllocGroup &AG) : Prot(AG.getMemProt()) { in RemoteAllocGroup()
87 toSysMemoryProtectionFlags(Segment.AG.getMemProt()))) { in initialize()90 if ((Segment.AG.getMemProt() & MemProt::Exec) == MemProt::Exec) in initialize()346 SegReq.RAG = {Segment.AG.getMemProt(), in initialize()
1271 if ((TargetSection.getMemProt() & MemProt::Exec) == MemProt::Exec) in findUnwindSectionInfo()
721 orc::MemProt getMemProt() const { return Prot; } in getMemProt() function