Searched defs:Prot (Results 1 – 14 of 14) sorted by relevance
44 void NORETURN reportProtectError(uptr Addr, uptr Size, int Prot) { in reportProtectError()
117 int Prot = (Flags & MAP_NOACCESS) ? PROT_NONE : (PROT_READ | PROT_WRITE); in setMemoryPermissionImpl() local
169 const zx_vm_option_t Prot = in setMemoryPermission() local
90 int Prot = (Flags & MAP_NOACCESS) ? PROT_NONE : (PROT_READ | PROT_WRITE); in setMemoryPermission() local
56 int64_t Prot = ProtLoc->getValue().getSExtValue(); in checkPreCall() local
696 Section(StringRef Name, orc::MemProt Prot, SectionOrdinal SecOrdinal) in Section()724 void setMemProt(orc::MemProt Prot) { this->Prot = Prot; } in setMemProt()797 orc::MemProt Prot; variable1106 Section &createSection(StringRef Name, orc::MemProt Prot) { in createSection()
357 orc::MemProt Prot = orc::MemProt::Read; in graphifySections() local
152 orc::MemProt Prot = orc::MemProt::Read; in graphifySections() local
307 auto Prot = toSysMemoryProtectionFlags(AG.getMemProt()); in applyProtections() local
183 orc::MemProt Prot; in createNormalizedSections() local
927 for (auto *Prot : OIT->getProtocols()) in VisitType() local1165 void clang::index::generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS, in generateUSRForObjCProtocol()
45 MemProt Prot; member
898 uint32_t Prot = in writeObject() local
333 std::string Prot; in getMask() local