Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Expression/
H A DExpressionVariable.cpp22 if (m_frozen_sp->GetDataExtractor().GetByteSize() < *byte_size) { in GetValueBytes()
24 m_frozen_sp->GetValue().GetData(m_frozen_sp->GetDataExtractor()); in GetValueBytes()
27 m_frozen_sp->GetDataExtractor().GetDataStart()); in GetValueBytes()
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObject.cpp85 m_data.SetByteOrder(parent.GetDataExtractor().GetByteOrder()); in ValueObject()
86 m_data.SetAddressByteSize(parent.GetDataExtractor().GetAddressByteSize()); in ValueObject()
278 DataExtractor &ValueObject::GetDataExtractor() { in GetDataExtractor() function in ValueObject
910 const char *cstr = GetDataExtractor().PeekCStr(0); in ReadPointedString()
1657 if (GetDataExtractor().GetByteOrder() == eByteOrderBig) in GetSyntheticBitFieldChild()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h987 DataExtractor &GetDataExtractor();