9#ifndef LLDB_UTILITY_VALUETYPE_H
10#define LLDB_UTILITY_VALUETYPE_H
A class that represents a running process on the host machine.
constexpr bool IsSyntheticValueType(lldb::ValueType vt)
Return true if vt represents a synthetic value, false if not.
constexpr lldb::ValueType GetSyntheticValueType(lldb::ValueType base)
Given a base value type, return a version that carries the synthetic bit.
constexpr lldb::ValueType GetBaseValueType(lldb::ValueType vt)
Get the base value type - for when we don't care if the value is synthetic or not,...
static constexpr unsigned ValueTypeSyntheticMask
A mask that we can use to check if the value type is synthetic or not.