Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h103 const char *GetTypeAsCString() const { return GetValueTypeAsCString(m_type); } in GetTypeAsCString()
120 static const char *GetValueTypeAsCString(Scalar::Type value_type);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h137 static const char *GetValueTypeAsCString(ValueType context_type);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp105 Value::GetValueTypeAsCString(m_value_type), m_context, in Dump()
633 const char *Value::GetValueTypeAsCString(ValueType value_type) { in GetValueTypeAsCString()
631 const char *Value::GetValueTypeAsCString(ValueType value_type) { GetValueTypeAsCString() function in Value
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp218 const char *Scalar::GetValueTypeAsCString(Scalar::Type type) { in GetValueTypeAsCString() function in Scalar