Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h1005 DataExtractor &GetDataExtractor();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp344 DataExtractor &ValueObject::GetDataExtractor() { in GetDataExtractor() function in ValueObject
988 const char *cstr = GetDataExtractor().PeekCStr(0); in ReadPointedString()
1782 if (GetDataExtractor().GetByteOrder() == eByteOrderBig) in GetSyntheticBitFieldChild()