Searched refs:MemoryProtection (Results 1 – 4 of 4) sorted by relevance
523 MemoryProtection prot = entry.Protect; in CreateRegionsCacheFromMemoryInfoList()524 region.SetReadable(bool(prot & MemoryProtection::NoAccess) ? no : yes); in CreateRegionsCacheFromMemoryInfoList()526 bool(prot & (MemoryProtection::ReadWrite | MemoryProtection::WriteCopy | in CreateRegionsCacheFromMemoryInfoList()527 MemoryProtection::ExecuteReadWrite | in CreateRegionsCacheFromMemoryInfoList()528 MemoryProtection::ExeciteWriteCopy)) in CreateRegionsCacheFromMemoryInfoList()532 bool(prot & (MemoryProtection::Execute | MemoryProtection::ExecuteRead | in CreateRegionsCacheFromMemoryInfoList()533 MemoryProtection::ExecuteReadWrite | in CreateRegionsCacheFromMemoryInfoList()534 MemoryProtection::ExeciteWriteCopy)) in CreateRegionsCacheFromMemoryInfoList()
103 enum class MemoryProtection : uint32_t { enum124 support::little_t<MemoryProtection> AllocationProtect;128 support::little_t<MemoryProtection> Protect;
123 void yaml::ScalarBitSetTraits<MemoryProtection>::bitset( in bitset()124 IO &IO, MemoryProtection &Protect) { in bitset()126 IO.bitSetCase(Protect, #NATIVENAME, MemoryProtection::NAME); in bitset()251 mapRequiredAs<MemoryProtection>(IO, "Allocation Protect", in mapping()256 mapOptionalAs<MemoryProtection>(IO, "Protect", Info.Protect, in mapping()
276 LLVM_YAML_DECLARE_BITSET_TRAITS(llvm::minidump::MemoryProtection)