Home
last modified time | relevance | path

Searched refs:MemoryState (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h97 enum class MemoryState : uint32_t { enum
115 support::little_t<MemoryState> State;
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp127 void yaml::ScalarBitSetTraits<MemoryState>::bitset(IO &IO, MemoryState &State) { in bitset()
129 IO.bitSetCase(State, #NATIVENAME, MemoryState::NAME); in bitset()
252 mapRequiredAs<MemoryState>(IO, "State", Info.State); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h252 LLVM_YAML_DECLARE_BITSET_TRAITS(llvm::minidump::MemoryState)
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp546 region.SetMapped(entry.State != MemoryState::Free ? yes : no); in CreateRegionsCacheFromMemoryInfoList()