Searched refs:ProtectionFlags (Results 1 – 12 of 12) sorted by relevance
31 using ProtectionFlags = sys::Memory::ProtectionFlags;67 virtual MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) = 0;71 virtual JITTargetAddress getTargetMemory(ProtectionFlags Seg) = 0;
536 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()
28 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()
171 << 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()
156 static_cast<sys::Memory::ProtectionFlags>(Prot)); in copyAndFixUpBlocks()162 << static_cast<sys::Memory::ProtectionFlags>(Prot) << " [ " in copyAndFixUpBlocks()
92 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()
403 auto StubsProt = static_cast<sys::Memory::ProtectionFlags>( in getStubsSection()
440 auto StubsProt = static_cast<sys::Memory::ProtectionFlags>( in getStubsSection()
55 enum ProtectionFlags { enum166 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF);
35 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF) { in operator <<()
48 enum ProtectionFlags { enum
1453 D3DAUTHENTICATEDCHANNEL_PROTECTION_FLAGS ProtectionFlags; member