Searched refs:CIEKey (Results 1 – 1 of 1) sorted by relevance
1782 struct CIEKey { struct1783 CIEKey() = default;1785 explicit CIEKey(const MCDwarfFrameInfo &Frame) in CIEKey() argument1799 bool operator<(const CIEKey &Other) const { in operator <() argument1809 bool operator==(const CIEKey &Other) const { in operator ==() argument1817 bool operator!=(const CIEKey &Other) const { return !(*this == Other); } in operator !=() argument1880 return CIEKey(X) < CIEKey(Y); in Emit()1882 CIEKey LastKey; in Emit()1897 CIEKey Key(Frame); in Emit()