| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | unguarded-availability-category-protocol-use.m | 4 @protocol Prot // expected-note {{here}} protocol
|
| H A D | property-assign-on-object-type.m | 4 @protocol Prot @end protocol
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | index-refs.m | 4 @protocol Prot protocol
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MmapWriteExecChecker.cpp | 52 int64_t Prot = ProtLoc.getValue().getSExtValue(); in checkPreCall() local
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | unaddressable-functions.cpp | 25 auto Prot = reinterpret_cast<void (Protected::*)(char *)>(&Protected::check); // expected-error{{'c… variable
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | TargetProcessControlTypes.h | 74 WireProtectionFlags Prot; member 86 WireProtectionFlags Prot; member
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | fuchsia.cpp | 147 const zx_vm_option_t Prot = in setMemoryPermission() local
|
| H A D | linux.cpp | 84 int Prot = (Flags & MAP_NOACCESS) ? PROT_NONE : (PROT_READ | PROT_WRITE); in setMemoryPermission() local
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MemoryMapper.h | 35 unsigned Prot; member
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELFLinkGraphBuilder.h | 313 MemProt Prot; in graphifySections() local
|
| H A D | COFFLinkGraphBuilder.cpp | 147 MemProt Prot = MemProt::None; in graphifySections() local
|
| H A D | JITLinkMemoryManager.cpp | 282 auto Prot = toSysMemoryProtectionFlags(AG.getMemProt()); in applyProtections() local
|
| H A D | MachOLinkGraphBuilder.cpp | 177 MemProt Prot; in createNormalizedSections() local
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 669 Section(StringRef Name, MemProt Prot, SectionOrdinal SecOrdinal) in Section() 697 void setMemProt(MemProt Prot) { this->Prot = Prot; } in setMemProt() 767 MemProt Prot; variable 1005 Section &createSection(StringRef Name, MemProt Prot) { in createSection()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 846 for (auto *Prot : OIT->getProtocols()) in VisitType() local 1069 void clang::index::generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS, in generateUSRForObjCProtocol()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 888 uint32_t Prot = in writeObject() local
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 334 std::string Prot; in getMask() local
|
| /llvm-project-15.0.7/llvm/tools/llvm-jitlink/ |
| H A D | llvm-jitlink.cpp | 515 auto Prot = toSysMemoryProtectionFlags(Group.getMemProt()); in allocate() local
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 6573 const ObjCProtocolDecl *Prot = getCursorObjCProtocolRef(C).first; in clang_getCursorReferenced() local
|