Searched refs:CIEKey (Results 1 – 2 of 2) sorted by relevance
1840 struct CIEKey { struct1841 CIEKey() = default;1843 explicit CIEKey(const MCDwarfFrameInfo &Frame) in CIEKey() argument1857 bool operator<(const CIEKey &Other) const { in operator <() argument1867 bool operator==(const CIEKey &Other) const { in operator ==() argument1875 bool operator!=(const CIEKey &Other) const { return !(*this == Other); } in operator !=() argument1938 return CIEKey(X) < CIEKey(Y); in Emit()1940 CIEKey LastKey; in Emit()1955 CIEKey Key(Frame); in Emit()
23029 …CIEKey, llvm::MCSymbol const*, llvm::DenseMapInfo<(anonymous namespace)::CIEKey>, llvm::DenseMapIn…