Home
last modified time | relevance | path

Searched refs:GetEnd (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterFlags.cpp57 unsigned overlap_end = std::min(GetEnd(), other.GetEnd()); in Overlaps()
133 m_fields.push_back(Field("", field.GetEnd() + 1, end)); in SetFields()
137 if (field.GetEnd() != register_msb) in SetFields()
138 m_fields.push_back(Field("", field.GetEnd() + 1, register_msb)); in SetFields()
196 if (field.GetEnd() == field.GetStart()) in AsTable()
197 position.Printf(" %d ", field.GetEnd()); in AsTable()
199 position.Printf(" %d-%d ", field.GetEnd(), field.GetStart()); in AsTable()
415 strm.Printf("start=\"%d\" end=\"%d\"", GetStart(), GetEnd()); in ToXML()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterFlags.h96 unsigned GetEnd() const { return m_end; } in GetEnd() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1808 GetEndT &&GetEnd, GetNodeT &&GetNode, in buildGenericSCCs() argument
1835 auto E = GetEnd(*N); in buildGenericSCCs()
1846 E = GetEnd(*N); in buildGenericSCCs()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1197 GetEndT &&GetEnd, GetNodeT &&GetNode,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4514 overlap->GetEnd(), next->GetName().c_str(), next->GetStart(), in ParseFlags()
4515 next->GetEnd()); in ParseFlags()