Searched refs:MemoryProtection (Results 1 – 4 of 4) sorted by relevance
532 MemoryProtection prot = entry.Protect; in CreateRegionsCacheFromMemoryInfoList()533 region.SetReadable(bool(prot & MemoryProtection::NoAccess) ? no : yes); in CreateRegionsCacheFromMemoryInfoList()535 bool(prot & (MemoryProtection::ReadWrite | MemoryProtection::WriteCopy | in CreateRegionsCacheFromMemoryInfoList()536 MemoryProtection::ExecuteReadWrite | in CreateRegionsCacheFromMemoryInfoList()537 MemoryProtection::ExeciteWriteCopy)) in CreateRegionsCacheFromMemoryInfoList()541 bool(prot & (MemoryProtection::Execute | MemoryProtection::ExecuteRead | in CreateRegionsCacheFromMemoryInfoList()542 MemoryProtection::ExecuteReadWrite | in CreateRegionsCacheFromMemoryInfoList()543 MemoryProtection::ExeciteWriteCopy)) in CreateRegionsCacheFromMemoryInfoList()
91 enum class MemoryProtection : uint32_t { enum112 support::little_t<MemoryProtection> AllocationProtect;116 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)