Home
last modified time | relevance | path

Searched defs:Prot (Results 1 – 20 of 20) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A Dunguarded-availability-category-protocol-use.m4 @protocol Prot // expected-note {{here}} protocol
H A Dproperty-assign-on-object-type.m4 @protocol Prot @end protocol
/llvm-project/clang/test/Index/
H A Dindex-refs.m4 @protocol Prot protocol
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport_linux.cpp44 void NORETURN reportProtectError(uptr Addr, uptr Size, int Prot) { in reportProtectError()
H A Dmem_map_linux.cpp117 int Prot = (Flags & MAP_NOACCESS) ? PROT_NONE : (PROT_READ | PROT_WRITE); in setMemoryPermissionImpl() local
H A Dlinux.cpp90 int Prot = (Flags & MAP_NOACCESS) ? PROT_NONE : (PROT_READ | PROT_WRITE); setMemoryPermission() local
H A Dfuchsia.cpp169 const zx_vm_option_t Prot = in setMemoryPermission() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMmapWriteExecChecker.cpp56 int64_t Prot = ProtLoc->getValue().getSExtValue(); checkPreCall() local
/llvm-project/clang/test/SemaCXX/
H A Dunaddressable-functions.cpp25 auto Prot = reinterpret_cast<void (Protected::*)(char *)>(&Protected::check); // expected-error{{'c… variable
/llvm-project/bolt/lib/Rewrite/
H A DExecutableFileMemoryManager.cpp109 auto Prot = JLSection.getMemProt(); in updateSection() local
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h357 orc::MemProt Prot = orc::MemProt::Read; graphifySections() local
H A DCOFFLinkGraphBuilder.cpp152 Prot |= orc::MemProt::Write; in graphifySections() local
H A DJITLinkMemoryManager.cpp307 auto Prot = toSysMemoryProtectionFlags(AG.getMemProt()); applyProtections() local
H A DMachOLinkGraphBuilder.cpp183 orc::MemProt Prot; createNormalizedSections() local
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h696 Section(StringRef Name,orc::MemProt Prot,SectionOrdinal SecOrdinal) Section() argument
724 setMemProt(orc::MemProt Prot) setMemProt() argument
797 orc::MemProt Prot; global() variable
1106 createSection(StringRef Name,orc::MemProt Prot) createSection() argument
[all...]
/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp927 for (auto *Prot : OIT->getProtocols()) VisitType() local
1165 generateUSRForObjCProtocol(StringRef Prot,raw_ostream & OS,StringRef ExtSymDefinedIn) generateUSRForObjCProtocol() argument
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h45 MemProt Prot; member
/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp892 uint32_t Prot = writeObject() local
/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp333 std::string Prot; in getMask() local
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp6894 const ObjCProtocolDecl *Prot = getCursorObjCProtocolRef(C).first; clang_getCursorReferenced() local