Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp147 if (m_context_type == ContextType::LLDBType) in GetType()
201 case ContextType::LLDBType: // Type * in ValueOf()
222 case ContextType::LLDBType: // Type * in GetValueByteSize()
248 case ContextType::LLDBType: { in GetCompilerType()
280 case ContextType::LLDBType: in GetValueDefaultFormat()
655 case ContextType::LLDBType: in GetContextTypeAsCString()
H A DValueObjectMemory.cpp61 m_value.SetContext(Value::ContextType::LLDBType, m_type_sp.get()); in ValueObjectMemory()
215 value.SetContext(Value::ContextType::LLDBType, m_type_sp.get()); in UpdateValue()
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h63 LLDBType, enumerator