Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCDwarf.cpp1439 struct CIEKey { struct
1440 static const CIEKey getEmptyKey() { in getEmptyKey()
1443 static const CIEKey getTombstoneKey() { in getTombstoneKey()
1447 CIEKey(const MCSymbol *Personality, unsigned PersonalityEncoding, in CIEKey() argument
1452 const MCSymbol *Personality;
1453 unsigned PersonalityEncoding;
1454 unsigned LsdaEncoding;
1455 bool IsSignalFrame;
1456 bool IsSimple;