Searched refs:getMemProt (Results 1 – 10 of 10) sorted by relevance
32 auto &Seg = Segments[{Sec.getMemProt(), Sec.getMemLifetime()}]; in BasicLayout()174 AGSectionNames[static_cast<unsigned>(AG.getMemProt()) | in Create()177 auto &Sec = G->createSection(AGSectionName, AG.getMemProt()); in Create()321 auto Prot = toSysMemoryProtectionFlags(AG.getMemProt()); in applyProtections()
378 if (GraphSec->getMemProt() != Prot) { in graphifySections()383 << GraphSec->getMemProt() << " vs " << Prot; in graphifySections()
80 return (S.getMemProt() & orc::MemProt::Exec) != orc::MemProt::None; in shouldRelax()
161 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()
86 toSysMemoryProtectionFlags(Segment.AG.getMemProt()))) { in initialize()89 if ((Segment.AG.getMemProt() & MemProt::Exec) == MemProt::Exec) in initialize()357 SegReq.RAG = {Segment.AG.getMemProt(), in initialize()
64 if ((TargetSection.getMemProt() & MemProt::Exec) == MemProt::Exec) in addUnwindInfoRegistrationActions()
747 orc::MemProt getMemProt() const { return Prot; } in getMemProt() function