Lines Matching defs:CIEKey
1832 struct CIEKey {
1833 CIEKey() = default;
1835 explicit CIEKey(const MCDwarfFrameInfo &Frame)
1849 bool operator<(const CIEKey &Other) const {
1859 bool operator==(const CIEKey &Other) const {
1867 bool operator!=(const CIEKey &Other) const { return !(*this == Other); }
1930 return CIEKey(X) < CIEKey(Y);
1932 CIEKey LastKey;
1947 CIEKey Key(Frame);