Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp149 if (m_context_type == ContextType::LLDBType) in GetType()
203 case ContextType::LLDBType: // Type * in ValueOf()
224 case ContextType::LLDBType: // Type * in GetValueByteSize()
256 case ContextType::LLDBType: { in GetCompilerType()
288 case ContextType::LLDBType: in GetValueDefaultFormat()
668 case ContextType::LLDBType: in GetContextTypeAsCString()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectMemory.cpp61 m_value.SetContext(Value::ContextType::LLDBType, m_type_sp.get()); in ValueObjectMemory()
219 value.SetContext(Value::ContextType::LLDBType, m_type_sp.get()); in UpdateValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h63 LLDBType, enumerator