Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/test/SemaObjC/
Dunguarded-availability-category-protocol-use.m4 @protocol Prot // expected-note {{here}} protocol
Dproperty-assign-on-object-type.m4 @protocol Prot @end protocol
/external/llvm-project/clang/test/Index/
Dindex-refs.m4 @protocol Prot protocol
/external/clang/test/Index/
Dindex-refs.m4 @protocol Prot protocol
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DJITLinkGeneric.cpp234 auto &Prot = KV.first; in allocateSegments() local
286 auto &Prot = KV.first; in allocateSegments() local
347 auto &Prot = KV.first; in copyBlockContentToWorkingMemory() local
DMachOLinkGraphBuilder.cpp97 auto Prot = static_cast<sys::Memory::ProtectionFlags>( in getCommonSection() local
173 sys::Memory::ProtectionFlags Prot; in createNormalizedSections() local
DJITLinkMemoryManager.cpp62 auto &Prot = KV.first; in allocate() local
DELF_x86_64.cpp212 auto Prot = static_cast<sys::Memory::ProtectionFlags>( in getCommonSection() local
312 sys::Memory::ProtectionFlags Prot; in createNormalizedSections() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DMmapWriteExecChecker.cpp52 int64_t Prot = ProtLoc->getValue().getSExtValue(); in checkPreCall() 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/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
DOrcRPCTPCServer.h70 WireProtectionFlags Prot = WPF_None; member
78 WireProtectionFlags Prot = WPF_None; member
86 WireProtectionFlags Prot = WPF_None; member
/external/clang/test/SemaCXX/
Dunaddressable-functions.cpp25 auto Prot = reinterpret_cast<void (Protected::*)(char *)>(&Protected::check); // expected-error{{'c… variable
/external/llvm-project/clang/test/SemaCXX/
Dunaddressable-functions.cpp25 auto Prot = reinterpret_cast<void (Protected::*)(char *)>(&Protected::check); // expected-error{{'c… variable
/external/scudo/standalone/
Dfuchsia.cpp141 const zx_vm_option_t Prot = in setMemoryPermission() local
Dlinux.cpp88 int Prot = (Flags & MAP_NOACCESS) ? PROT_NONE : (PROT_READ | PROT_WRITE); in setMemoryPermission() local
/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/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h545 Section(StringRef Name, sys::Memory::ProtectionFlags Prot, in Section()
615 sys::Memory::ProtectionFlags Prot; variable
816 Section &createSection(StringRef Name, sys::Memory::ProtectionFlags 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-project/clang/lib/Index/
DUSRGeneration.cpp842 for (auto *Prot : OIT->getProtocols()) in VisitType() local
1059 void clang::index::generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS, in generateUSRForObjCProtocol()
/external/llvm-project/llvm/tools/llvm-readobj/
DMachODumper.cpp317 std::string Prot; in getMask() local
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp296 std::string Prot; in getMask() local

12