Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCDwarf.cpp1424 struct CIEKey { struct
1425 static const CIEKey getEmptyKey() { in getEmptyKey()
1428 static const CIEKey getTombstoneKey() { in getTombstoneKey()
1432 CIEKey(const MCSymbol *Personality_, unsigned PersonalityEncoding_, in CIEKey() function
1437 const MCSymbol *Personality;
1438 unsigned PersonalityEncoding;
1439 unsigned LsdaEncoding;
1440 bool IsSignalFrame;
1441 bool IsSimple;