Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1782 struct CIEKey { struct
1783 CIEKey() = default;
1785 explicit CIEKey(const MCDwarfFrameInfo &Frame) in CIEKey() argument
1799 bool operator<(const CIEKey &Other) const { in operator <() argument
1809 bool operator==(const CIEKey &Other) const { in operator ==() argument
1817 bool operator!=(const CIEKey &Other) const { return !(*this == Other); } in operator !=() argument
1880 return CIEKey(X) < CIEKey(Y); in Emit()
1882 CIEKey LastKey; in Emit()
1897 CIEKey Key(Frame); in Emit()