Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DExpressionVariable.cpp23 if (m_frozen_sp->GetDataExtractor().GetByteSize() < *byte_size) { in GetValueBytes()
25 m_frozen_sp->GetValue().GetData(m_frozen_sp->GetDataExtractor()); in GetValueBytes()
28 m_frozen_sp->GetDataExtractor().GetDataStart()); in GetValueBytes()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp86 m_data.SetByteOrder(parent.GetDataExtractor().GetByteOrder()); in ValueObject()
87 m_data.SetAddressByteSize(parent.GetDataExtractor().GetAddressByteSize()); in ValueObject()
279 DataExtractor &ValueObject::GetDataExtractor() { in GetDataExtractor() function in ValueObject
919 const char *cstr = GetDataExtractor().PeekCStr(0); in ReadPointedString()
1666 if (GetDataExtractor().GetByteOrder() == eByteOrderBig) in GetSyntheticBitFieldChild()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h987 DataExtractor &GetDataExtractor();