Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DValue.cpp130 if (m_context_type == ContextType::LLDBType) in GetType()
184 case ContextType::LLDBType: // Type * in ValueOf()
205 case ContextType::LLDBType: // Type * in GetValueByteSize()
231 case ContextType::LLDBType: { in GetCompilerType()
263 case ContextType::LLDBType: in GetValueDefaultFormat()
638 case ContextType::LLDBType: in GetContextTypeAsCString()
H A DValueObjectMemory.cpp60 m_value.SetContext(Value::ContextType::LLDBType, m_type_sp.get()); in ValueObjectMemory()
211 value.SetContext(Value::ContextType::LLDBType, m_type_sp.get()); in UpdateValue()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValue.h63 LLDBType, enumerator