Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDExpressionVariable.cpp21 if (m_frozen_sp->GetDataExtractor().GetByteSize() < byte_size) { in GetValueBytes()
23 m_frozen_sp->GetValue().GetData(m_frozen_sp->GetDataExtractor()); in GetValueBytes()
26 m_frozen_sp->GetDataExtractor().GetDataStart()); in GetValueBytes()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDValueObject.cpp102 m_data.SetByteOrder(parent.GetDataExtractor().GetByteOrder()); in ValueObject()
103 m_data.SetAddressByteSize(parent.GetDataExtractor().GetAddressByteSize()); in ValueObject()
368 DataExtractor &ValueObject::GetDataExtractor() { in GetDataExtractor() function in ValueObject
1016 const char *cstr = GetDataExtractor().PeekCStr(0); in ReadPointedString()
1793 if (GetDataExtractor().GetByteOrder() == eByteOrderBig) in GetSyntheticBitFieldChild()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDValueObject.h954 DataExtractor &GetDataExtractor();