Home
last modified time | relevance | path

Searched refs:ProtectionFlags (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLinkMemoryManager.h31 using ProtectionFlags = sys::Memory::ProtectionFlags;
67 virtual MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) = 0;
71 virtual JITTargetAddress getTargetMemory(ProtectionFlags Seg) = 0;
DJITLink.h536 Section(StringRef Name, sys::Memory::ProtectionFlags Prot, in Section()
556 sys::Memory::ProtectionFlags getProtectionFlags() const { return Prot; } in getProtectionFlags()
606 sys::Memory::ProtectionFlags Prot;
796 Section &createSection(StringRef Name, sys::Memory::ProtectionFlags Prot) { in createSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp28 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in allocate()
33 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in allocate()
81 const sys::Memory::ProtectionFlags ReadWrite = in allocate()
82 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in allocate()
DJITLinkGeneric.cpp171 << static_cast<sys::Memory::ProtectionFlags>(KV.first) << ":\n"; in layOutBlocks()
219 << static_cast<sys::Memory::ProtectionFlags>(Prot) in allocateSegments()
235 auto Prot = static_cast<sys::Memory::ProtectionFlags>(KV.first); in allocateSegments()
247 Alloc->getTargetMemory(static_cast<sys::Memory::ProtectionFlags>(Prot)); in allocateSegments()
DJITLinkGeneric.h156 static_cast<sys::Memory::ProtectionFlags>(Prot)); in copyAndFixUpBlocks()
162 << static_cast<sys::Memory::ProtectionFlags>(Prot) << " [ " in copyAndFixUpBlocks()
DMachOLinkGraphBuilder.cpp92 auto Prot = static_cast<sys::Memory::ProtectionFlags>( in getCommonSection()
157 sys::Memory::ProtectionFlags Prot; in createNormalizedSections()
159 Prot = static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in createNormalizedSections()
162 Prot = static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in createNormalizedSections()
DMachO_x86_64.cpp403 auto StubsProt = static_cast<sys::Memory::ProtectionFlags>( in getStubsSection()
DMachO_arm64.cpp440 auto StubsProt = static_cast<sys::Memory::ProtectionFlags>( in getStubsSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMemory.h55 enum ProtectionFlags { enum
166 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DMemory.cpp35 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF) { in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMemory.h48 enum ProtectionFlags { enum
/third_party/mesa3d/include/D3D9/
Dd3d9types.h1453 D3DAUTHENTICATEDCHANNEL_PROTECTION_FLAGS ProtectionFlags; member