Searched defs:Prot (Results 1 – 13 of 13) sorted by relevance
52 int64_t Prot = ProtLoc.getValue().getSExtValue(); in checkPreCall() local
159 const zx_vm_option_t Prot = in setMemoryPermission() local
85 int Prot = (Flags & MAP_NOACCESS) ? PROT_NONE : (PROT_READ | PROT_WRITE); in setMemoryPermission() local
338 orc::MemProt Prot; in graphifySections() local
145 orc::MemProt Prot = orc::MemProt::Read; in graphifySections() local
284 auto Prot = toSysMemoryProtectionFlags(AG.getMemProt()); in applyProtections() local
181 orc::MemProt Prot; in createNormalizedSections() local
672 Section(StringRef Name, orc::MemProt Prot, SectionOrdinal SecOrdinal) in Section()700 void setMemProt(orc::MemProt Prot) { this->Prot = Prot; } in setMemProt()770 orc::MemProt Prot; variable1008 Section &createSection(StringRef Name, orc::MemProt Prot) { in createSection()
886 for (auto *Prot : OIT->getProtocols()) in VisitType() local1115 void clang::index::generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS, in generateUSRForObjCProtocol()
53 # define open(Name, Flags, Prot) __open (Name, Flags, Prot) argument
889 uint32_t Prot = in writeObject() local
333 std::string Prot; in getMask() local
6607 const ObjCProtocolDecl *Prot = getCursorObjCProtocolRef(C).first; in clang_getCursorReferenced() local