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

/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DRegisterFlags.cpp31 unsigned overlap_start = std::max(GetStart(), other.GetStart());
45 unsigned lhs_start = GetStart();
46 unsigned rhs_end = other.GetStart() + other.GetSizeInBits() - 1;
49 lhs_start = other.GetStart();
50 rhs_end = GetStart() + GetSizeInBits() - 1;
80 unsigned end = previous_field->GetStart() - 1;
95 if (previous_field && previous_field->GetStart() != 0)
96 m_fields.push_back(Field("", 0, previous_field->GetStart() - 1));
146 if (field.GetEnd() == field.GetStart())
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterFlags.h47 unsigned GetStart() const { return m_start; } function in class:lldb_private::RegisterFlags::Field
62 return GetStart() < rhs.GetStart();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4347 overlap->GetName().c_str(), overlap->GetStart(),
4348 overlap->GetEnd(), next->GetName().c_str(), next->GetStart(),

Completed in 65 milliseconds