Home
last modified time | relevance | path

Searched refs:GetByteOffset (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectChild.h38 lldb::offset_t GetByteOffset() override { return m_byte_offset; } in GetByteOffset() function
H A DValueObject.h442 virtual lldb::offset_t GetByteOffset() { return 0; } in GetByteOffset() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectChild.cpp178 m_value.GetScalar() += GetByteOffset(); in UpdateValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp1403 int64_t child_offset = child_sp->GetByteOffset(); in GetValueForOffset()