Searched refs:GetSizeInBits (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterFlags.h34 unsigned GetSizeInBits() const { return m_end - m_start + 1; } function in class:lldb_private::RegisterFlags::Field
38 return (((uint64_t)1 << (GetSizeInBits())) - 1) << m_start;
103 shift += field.GetSizeInBits();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.cpp72 field.GetSizeInBits());
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DRegisterFlags.cpp46 unsigned rhs_end = other.GetStart() + other.GetSizeInBits() - 1;
50 rhs_end = GetStart() + GetSizeInBits() - 1;

Completed in 112 milliseconds