Lines Matching defs:CIEKey
1782 struct CIEKey {
1783 CIEKey() = default;
1785 explicit CIEKey(const MCDwarfFrameInfo &Frame)
1799 bool operator<(const CIEKey &Other) const {
1809 bool operator==(const CIEKey &Other) const {
1817 bool operator!=(const CIEKey &Other) const { return !(*this == Other); }
1880 return CIEKey(X) < CIEKey(Y);
1882 CIEKey LastKey;
1897 CIEKey Key(Frame);