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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h31 using ProtectionFlags = sys::Memory::ProtectionFlags;
67 virtual MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) = 0;
71 virtual JITTargetAddress getTargetMemory(ProtectionFlags Seg) = 0;
H A DJITLink.h536 Section(StringRef Name, sys::Memory::ProtectionFlags Prot,
556 sys::Memory::ProtectionFlags getProtectionFlags() const { return Prot; }
606 sys::Memory::ProtectionFlags Prot;
796 Section &createSection(StringRef Name, sys::Memory::ProtectionFlags Prot) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DMemory.cpp35 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp28 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override {
33 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override {
81 const sys::Memory::ProtectionFlags ReadWrite =
82 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ |
H A DJITLinkGeneric.cpp171 << static_cast<sys::Memory::ProtectionFlags>(KV.first) << ":\n";
219 << static_cast<sys::Memory::ProtectionFlags>(Prot)
235 auto Prot = static_cast<sys::Memory::ProtectionFlags>(KV.first);
247 Alloc->getTargetMemory(static_cast<sys::Memory::ProtectionFlags>(Prot));
H A DJITLinkGeneric.h156 static_cast<sys::Memory::ProtectionFlags>(Prot));
162 << static_cast<sys::Memory::ProtectionFlags>(Prot) << " [ "
H A DMachOLinkGraphBuilder.cpp92 auto Prot = static_cast<sys::Memory::ProtectionFlags>(
157 sys::Memory::ProtectionFlags Prot;
159 Prot = static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ |
162 Prot = static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ |
H A DMachO_arm64.cpp440 auto StubsProt = static_cast<sys::Memory::ProtectionFlags>(
H A DMachO_x86_64.cpp403 auto StubsProt = static_cast<sys::Memory::ProtectionFlags>(
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMemory.h55 enum ProtectionFlags { enum in class:llvm::sys::Memory
165 /// Debugging output for Memory::ProtectionFlags.
166 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF);
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactbl2.h1931 UINT32 ProtectionFlags; member in struct:acpi_table_wsmt
1935 /* Flags for ProtectionFlags field above */
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Ddmtbinfo.c3526 {ACPI_DMT_UINT32, ACPI_WSMT_OFFSET (ProtectionFlags), "Protection Flags", 0},
3527 {ACPI_DMT_FLAG0, ACPI_WSMT_FLAG_OFFSET (ProtectionFlags,0), "FIXED_COMM_BUFFERS", 0},
3528 {ACPI_DMT_FLAG1, ACPI_WSMT_FLAG_OFFSET (ProtectionFlags,0), "COMM_BUFFER_NESTED_PTR_PROTECTION", 0},
3529 {ACPI_DMT_FLAG2, ACPI_WSMT_FLAG_OFFSET (ProtectionFlags,0), "SYSTEM_RESOURCE_PROTECTION", 0},

Completed in 107 milliseconds