Home
last modified time | relevance | path

Searched refs:MemoryProtection (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMinidump.h86 enum class MemoryProtection : uint32_t { enum
107 support::little_t<MemoryProtection> AllocationProtect;
111 support::little_t<MemoryProtection> Protect;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp120 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h251 LLVM_YAML_DECLARE_BITSET_TRAITS(llvm::minidump::MemoryProtection)