Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp1748 struct CIEKey { struct
1749 static const CIEKey getEmptyKey() { in getEmptyKey() argument
1750 return CIEKey(nullptr, 0, -1, false, false, static_cast<unsigned>(INT_MAX), in getEmptyKey()
1754 static const CIEKey getTombstoneKey() { in getTombstoneKey() argument
1755 return CIEKey(nullptr, -1, 0, false, false, static_cast<unsigned>(INT_MAX), in getTombstoneKey()
1759 CIEKey(const MCSymbol *Personality, unsigned PersonalityEncoding, in CIEKey() function
1766 explicit CIEKey(const MCDwarfFrameInfo &Frame) in CIEKey() function
1779 bool operator<(const CIEKey &Other) const { in operator <() argument
1800 template <> struct DenseMapInfo<CIEKey> {
1801 static CIEKey getEmptyKey() { return CIEKey::getEmptyKey(); } in getEmptyKey()
[all …]