LLDB mainline
ValueType.h File Reference

Go to the source code of this file.

Namespaces

namespace  lldb_private
 A class that represents a running process on the host machine.

Functions

constexpr lldb::ValueType lldb_private::GetBaseValueType (lldb::ValueType vt)
 Get the base value type - for when we don't care if the value is synthetic or not, or when we've already handled that case.
constexpr lldb::ValueType lldb_private::GetSyntheticValueType (lldb::ValueType base)
 Given a base value type, return a version that carries the synthetic bit.
constexpr bool lldb_private::IsSyntheticValueType (lldb::ValueType vt)
 Return true if vt represents a synthetic value, false if not.