/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkGeneric.cpp | 192 auto &Prot = KV.first; in allocateSegments() local 243 auto &Prot = KV.first; in allocateSegments() local
|
H A D | MachOLinkGraphBuilder.cpp | 92 auto Prot = static_cast<sys::Memory::ProtectionFlags>( in getCommonSection() local 157 sys::Memory::ProtectionFlags Prot; in createNormalizedSections() local
|
H A D | JITLinkMemoryManager.cpp | 62 auto &Prot = KV.first; in allocate() local
|
H A D | JITLinkGeneric.h | 152 auto &Prot = KV.first; in copyAndFixUpBlocks() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 695 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/ |
D | JITLink.h | 695 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 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 695 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/ |
D | JITLink.h | 694 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 D | index-refs.m | 4 @protocol Prot protocol
|
/aosp_15_r20/external/scudo/standalone/ |
H A D | report_linux.cpp | 44 void NORETURN reportProtectError(uptr Addr, uptr Size, int Prot) { in reportProtectError()
|
H A D | mem_map_linux.cpp | 117 int Prot = (Flags & MAP_NOACCESS) ? PROT_NONE : (PROT_READ | PROT_WRITE); in setMemoryPermissionImpl() local
|
H A D | fuchsia.cpp | 169 const zx_vm_option_t Prot = in setMemoryPermission() local
|
H A D | linux.cpp | 93 int Prot = (Flags & MAP_NOACCESS) ? PROT_NONE : (PROT_READ | PROT_WRITE); in setMemoryPermission() local
|
/aosp_15_r20/external/clang/lib/Index/ |
H A D | USRGeneration.cpp | 716 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 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()
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | unaddressable-functions.cpp | 25 auto Prot = reinterpret_cast<void (Protected::*)(char *)>(&Protected::check); // expected-error{{'c… variable
|
/aosp_15_r20/external/compiler-rt/lib/esan/ |
H A D | working_set.cpp | 163 uptr Start, End, Prot; in computeWorkingSizeAndReset() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/macho/ |
D | macho.go | 123 Prot uint32 member 138 Prot uint32 member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELFLinkGraphBuilder.h | 338 orc::MemProt Prot; in graphifySections() local
|
H A D | COFFLinkGraphBuilder.cpp | 145 orc::MemProt Prot = orc::MemProt::Read; in graphifySections() local
|
H A D | JITLinkMemoryManager.cpp | 284 auto Prot = toSysMemoryProtectionFlags(AG.getMemProt()); in applyProtections() local
|
H A D | MachOLinkGraphBuilder.cpp | 181 orc::MemProt Prot; in createNormalizedSections() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/Shared/ |
D | TargetProcessControlTypes.h | 45 MemProt Prot; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/Shared/ |
D | TargetProcessControlTypes.h | 45 MemProt Prot; member
|