Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValue.cpp139 if (m_context_type == eContextTypeLLDBType) in GetType()
202 case eContextTypeLLDBType: // Type * in ValueOf()
222 case eContextTypeLLDBType: // Type * in GetValueByteSize()
253 case eContextTypeLLDBType: { in GetCompilerType()
285 case eContextTypeLLDBType: in GetValueDefaultFormat()
664 case eContextTypeLLDBType: in GetContextTypeAsCString()
H A DValueObjectMemory.cpp55 m_value.SetContext(Value::eContextTypeLLDBType, m_type_sp.get()); in ValueObjectMemory()
208 value.SetContext(Value::eContextTypeLLDBType, m_type_sp.get()); in UpdateValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValue.h72 eContextTypeLLDBType, // lldb_private::Type * enumerator