Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp133 if (m_context_type == ContextType::LLDBType) in GetType()
187 case ContextType::LLDBType: // Type * in ValueOf()
208 case ContextType::LLDBType: // Type * in GetValueByteSize()
234 case ContextType::LLDBType: { in GetCompilerType()
266 case ContextType::LLDBType: in GetValueDefaultFormat()
641 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()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h63 LLDBType, enumerator