Searched refs:ReconstitutedAttr (Results 1 – 1 of 1) sorted by relevance
438 Attributes ReconstitutedAttr = Record[i+1] & 0xffff; in ParseAttributeBlock() local440 ReconstitutedAttr |= Attribute::constructAlignmentFromInt(Alignment); in ParseAttributeBlock()441 ReconstitutedAttr |= (Record[i+1] & (0xffffull << 32)) >> 11; in ParseAttributeBlock()442 Record[i+1] = ReconstitutedAttr; in ParseAttributeBlock()