Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp1410 struct CIEKey { struct
1411 static const CIEKey getEmptyKey() { in getEmptyKey()
1414 static const CIEKey getTombstoneKey() { in getTombstoneKey()
1418 CIEKey(const MCSymbol *Personality_, unsigned PersonalityEncoding_, in CIEKey() function
1423 const MCSymbol *Personality;
1424 unsigned PersonalityEncoding;
1425 unsigned LsdaEncoding;
1426 bool IsSignalFrame;
1427 bool IsSimple;