Searched refs:MemoryProtection (Results 1 – 3 of 3) sorted by relevance
86 enum class MemoryProtection : uint32_t { enum107 support::little_t<MemoryProtection> AllocationProtect;111 support::little_t<MemoryProtection> Protect;
120 void yaml::ScalarBitSetTraits<MemoryProtection>::bitset( in bitset()121 IO &IO, MemoryProtection &Protect) { in bitset()123 IO.bitSetCase(Protect, #NATIVENAME, MemoryProtection::NAME); in bitset()248 mapRequiredAs<MemoryProtection>(IO, "Allocation Protect", in mapping()253 mapOptionalAs<MemoryProtection>(IO, "Protect", Info.Protect, in mapping()
251 LLVM_YAML_DECLARE_BITSET_TRAITS(llvm::minidump::MemoryProtection)