/external/clang/test/Index/ |
D | index-refs.m | 4 @protocol Prot protocol
|
/external/scudo/standalone/ |
D | report_linux.cpp | 44 void NORETURN reportProtectError(uptr Addr, uptr Size, int Prot) { in reportProtectError()
|
D | mem_map_linux.cpp | 117 int Prot = (Flags & MAP_NOACCESS) ? PROT_NONE : (PROT_READ | PROT_WRITE); in setMemoryPermissionImpl() local
|
D | fuchsia.cpp | 169 const zx_vm_option_t Prot = in setMemoryPermission() local
|
D | linux.cpp | 93 int Prot = (Flags & MAP_NOACCESS) ? PROT_NONE : (PROT_READ | PROT_WRITE); in setMemoryPermission() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | JITLinkGeneric.cpp | 192 auto &Prot = KV.first; in allocateSegments() local 243 auto &Prot = KV.first; in allocateSegments() local
|
D | MachOLinkGraphBuilder.cpp | 92 auto Prot = static_cast<sys::Memory::ProtectionFlags>( in getCommonSection() local 157 sys::Memory::ProtectionFlags Prot; in createNormalizedSections() local
|
D | JITLinkMemoryManager.cpp | 62 auto &Prot = KV.first; in allocate() local
|
D | JITLinkGeneric.h | 152 auto &Prot = KV.first; in copyAndFixUpBlocks() local
|
/external/clang/test/SemaCXX/ |
D | unaddressable-functions.cpp | 25 auto Prot = reinterpret_cast<void (Protected::*)(char *)>(&Protected::check); // expected-error{{'c… variable
|
/external/compiler-rt/lib/esan/ |
D | working_set.cpp | 163 uptr Start, End, Prot; in computeWorkingSizeAndReset() local
|
/external/clang/lib/Index/ |
D | USRGeneration.cpp | 716 for (auto *Prot : OIT->getProtocols()) in VisitType() local 871 void clang::index::generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS) { in generateUSRForObjCProtocol()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/ |
D | ELFLinkGraphBuilder.h | 338 orc::MemProt Prot; in graphifySections() local
|
D | COFFLinkGraphBuilder.cpp | 145 orc::MemProt Prot = orc::MemProt::Read; in graphifySections() local
|
D | JITLinkMemoryManager.cpp | 284 auto Prot = toSysMemoryProtectionFlags(AG.getMemProt()); in applyProtections() local
|
D | MachOLinkGraphBuilder.cpp | 181 orc::MemProt Prot; in createNormalizedSections() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 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; variable 1008 Section &createSection(StringRef Name, orc::MemProt Prot) { in createSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 536 Section(StringRef Name, sys::Memory::ProtectionFlags Prot, in Section() 606 sys::Memory::ProtectionFlags Prot; variable 796 Section &createSection(StringRef Name, sys::Memory::ProtectionFlags Prot) { in createSection()
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 296 std::string Prot; in getMask() local
|
/external/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 795 uint32_t Prot = in writeObject() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 889 uint32_t Prot = in writeObject() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 844 uint32_t Prot = in writeObject() local
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 5522 const ObjCProtocolDecl *Prot = getCursorObjCProtocolRef(C).first; in clang_getCursorReferenced() local
|