Home
last modified time | relevance | path

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

/external/clang/test/Index/
Dindex-refs.m4 @protocol Prot protocol
/external/scudo/standalone/
Dreport_linux.cpp44 void NORETURN reportProtectError(uptr Addr, uptr Size, int Prot) { in reportProtectError()
Dmem_map_linux.cpp117 int Prot = (Flags & MAP_NOACCESS) ? PROT_NONE : (PROT_READ | PROT_WRITE); in setMemoryPermissionImpl() local
Dfuchsia.cpp169 const zx_vm_option_t Prot = in setMemoryPermission() local
Dlinux.cpp93 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/
DJITLinkGeneric.cpp192 auto &Prot = KV.first; in allocateSegments() local
243 auto &Prot = KV.first; in allocateSegments() local
DMachOLinkGraphBuilder.cpp92 auto Prot = static_cast<sys::Memory::ProtectionFlags>( in getCommonSection() local
157 sys::Memory::ProtectionFlags Prot; in createNormalizedSections() local
DJITLinkMemoryManager.cpp62 auto &Prot = KV.first; in allocate() local
DJITLinkGeneric.h152 auto &Prot = KV.first; in copyAndFixUpBlocks() local
/external/clang/test/SemaCXX/
Dunaddressable-functions.cpp25 auto Prot = reinterpret_cast<void (Protected::*)(char *)>(&Protected::check); // expected-error{{'c… variable
/external/compiler-rt/lib/esan/
Dworking_set.cpp163 uptr Start, End, Prot; in computeWorkingSizeAndReset() local
/external/clang/lib/Index/
DUSRGeneration.cpp716 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/
DELFLinkGraphBuilder.h338 orc::MemProt Prot; in graphifySections() local
DCOFFLinkGraphBuilder.cpp145 orc::MemProt Prot = orc::MemProt::Read; in graphifySections() local
DJITLinkMemoryManager.cpp284 auto Prot = toSysMemoryProtectionFlags(AG.getMemProt()); in applyProtections() local
DMachOLinkGraphBuilder.cpp181 orc::MemProt Prot; in createNormalizedSections() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h672 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/
DJITLink.h536 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/
DMachODumper.cpp296 std::string Prot; in getMask() local
/external/llvm/lib/MC/
DMachObjectWriter.cpp795 uint32_t Prot = in writeObject() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMachObjectWriter.cpp889 uint32_t Prot = in writeObject() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMachObjectWriter.cpp844 uint32_t Prot = in writeObject() local
/external/clang/tools/libclang/
DCIndex.cpp5522 const ObjCProtocolDecl *Prot = getCursorObjCProtocolRef(C).first; in clang_getCursorReferenced() local