Home
last modified time | relevance | path

Searched refs:eContextTypeLLDBType (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Core/
DValue.cpp152 if (m_context_type == eContextTypeLLDBType) in GetType()
172 case eContextTypeLLDBType: // Type * in ValueOf()
195 case eContextTypeLLDBType: // Type * in GetValueByteSize()
233 case eContextTypeLLDBType: in GetClangType()
275 case eContextTypeLLDBType: in GetValueDefaultFormat()
715 case eContextTypeLLDBType: return "Type *"; in GetContextTypeAsCString()
DValueObjectMemory.cpp66 m_value.SetContext(Value::eContextTypeLLDBType, m_type_sp.get()); in ValueObjectMemory()
241 value.SetContext(Value::eContextTypeLLDBType, m_type_sp.get()); in UpdateValue()
/external/lldb/include/lldb/Core/
DValue.h51 eContextTypeLLDBType, // lldb_private::Type * enumerator