Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DScalar.h102 const char *GetTypeAsCString() const { return GetValueTypeAsCString(m_type); } in GetTypeAsCString()
119 static const char *GetValueTypeAsCString(Scalar::Type value_type);
/external/llvm-project/lldb/include/lldb/Core/
DValue.h132 static const char *GetValueTypeAsCString(ValueType context_type);
/external/llvm-project/lldb/source/Core/
DValue.cpp108 Value::GetValueTypeAsCString(m_value_type), m_context, in Dump()
618 const char *Value::GetValueTypeAsCString(ValueType value_type) { in GetValueTypeAsCString() function in Value
/external/llvm-project/lldb/source/Utility/
DScalar.cpp217 const char *Scalar::GetValueTypeAsCString(Scalar::Type type) { in GetValueTypeAsCString() function in Scalar