Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:isPacked

1508   bool isPacked = EatIfPresent(lltok::less);
1518 if (isPacked)
1534 (isPacked && ParseToken(lltok::greater, "expected '>' in packed struct")))
1537 STy->setBody(Body, isPacked);
2537 if (ST->isPacked() != (ID.Kind == ValID::t_PackedConstantStruct))