Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp192 auto &Prot = KV.first; in allocateSegments() local
243 auto &Prot = KV.first; in allocateSegments() local
H A DMachOLinkGraphBuilder.cpp92 auto Prot = static_cast<sys::Memory::ProtectionFlags>( in getCommonSection() local
157 sys::Memory::ProtectionFlags Prot; in createNormalizedSections() local
H A DJITLinkMemoryManager.cpp62 auto &Prot = KV.first; in allocate() local
H A DJITLinkGeneric.h152 auto &Prot = KV.first; in copyAndFixUpBlocks() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/JITLink/
DJITLink.h695 Section(StringRef Name, orc::MemProt Prot, SectionOrdinal SecOrdinal) in Section()
723 void setMemProt(orc::MemProt Prot) { this->Prot = Prot; } in setMemProt()
796 orc::MemProt Prot; variable
1105 Section &createSection(StringRef Name, orc::MemProt Prot) { in createSection()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/JITLink/
DJITLink.h695 Section(StringRef Name, orc::MemProt Prot, SectionOrdinal SecOrdinal) in Section()
723 void setMemProt(orc::MemProt Prot) { this->Prot = Prot; } in setMemProt()
796 orc::MemProt Prot; variable
1105 Section &createSection(StringRef Name, orc::MemProt Prot) { in createSection()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/
H A 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/JITLink/
DJITLink.h695 Section(StringRef Name, orc::MemProt Prot, SectionOrdinal SecOrdinal) in Section()
723 void setMemProt(orc::MemProt Prot) { this->Prot = Prot; } in setMemProt()
796 orc::MemProt Prot; variable
1105 Section &createSection(StringRef Name, orc::MemProt Prot) { in createSection()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/JITLink/
DJITLink.h694 Section(StringRef Name, orc::MemProt Prot, SectionOrdinal SecOrdinal) in Section()
722 void setMemProt(orc::MemProt Prot) { this->Prot = Prot; } in setMemProt()
795 orc::MemProt Prot; variable
1094 Section &createSection(StringRef Name, orc::MemProt Prot) { in createSection()
/aosp_15_r20/external/clang/test/Index/
H A Dindex-refs.m4 @protocol Prot protocol
/aosp_15_r20/external/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 Dfuchsia.cpp169 const zx_vm_option_t Prot = in setMemoryPermission() local
H A Dlinux.cpp93 int Prot = (Flags & MAP_NOACCESS) ? PROT_NONE : (PROT_READ | PROT_WRITE); in setMemoryPermission() local
/aosp_15_r20/external/clang/lib/Index/
H A DUSRGeneration.cpp716 for (auto *Prot : OIT->getProtocols()) in VisitType() local
871 void clang::index::generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS) { in generateUSRForObjCProtocol()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
H A 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()
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dunaddressable-functions.cpp25 auto Prot = reinterpret_cast<void (Protected::*)(char *)>(&Protected::check); // expected-error{{'c… variable
/aosp_15_r20/external/compiler-rt/lib/esan/
H A Dworking_set.cpp163 uptr Start, End, Prot; in computeWorkingSizeAndReset() local
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/macho/
Dmacho.go123 Prot uint32 member
138 Prot uint32 member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h338 orc::MemProt Prot; in graphifySections() local
H A DCOFFLinkGraphBuilder.cpp145 orc::MemProt Prot = orc::MemProt::Read; in graphifySections() local
H A DJITLinkMemoryManager.cpp284 auto Prot = toSysMemoryProtectionFlags(AG.getMemProt()); in applyProtections() local
H A DMachOLinkGraphBuilder.cpp181 orc::MemProt Prot; in createNormalizedSections() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/Shared/
DTargetProcessControlTypes.h45 MemProt Prot; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/Shared/
DTargetProcessControlTypes.h45 MemProt Prot; member

12