Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidump.h86 enum class MemoryProtection : uint32_t { enum
107 support::little_t<MemoryProtection> AllocationProtect;
111 support::little_t<MemoryProtection> Protect;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMinidumpYAML.h251 LLVM_YAML_DECLARE_BITSET_TRAITS(llvm::minidump::MemoryProtection)