Searched refs:IsPackSet (Results 1 – 2 of 2) sorted by relevance
53 bool IsPackSet = InfoVal.IsPackSet(); in AddAlignmentAttributesForRecord() local58 if (!IsPackSet && M != AlignPackInfo::Mac68k && M != AlignPackInfo::Natural) in AddAlignmentAttributesForRecord()63 } else if (IsPackSet) { in AddAlignmentAttributesForRecord()362 AlignmentVal = CurVal.IsPackSet() ? CurVal.getPackNumber() : 8; in ActOnPragmaPack()
545 bool IsPackSet() const { in IsPackSet() function