Searched refs:PAWI (Results 1 – 2 of 2) sorted by relevance
348 const AttributeWithIndex &PAWI = getSlot(i); in dump() local349 dbgs() << "{" << PAWI.Index << "," << PAWI.Attrs << "} "; in dump()
168 const AttributeWithIndex &PAWI = A.getSlot(i); in WriteAttributeTable() local169 Record.push_back(PAWI.Index); in WriteAttributeTable()175 uint64_t FauxAttr = PAWI.Attrs & 0xffff; in WriteAttributeTable()176 if (PAWI.Attrs & Attribute::Alignment) in WriteAttributeTable()177 FauxAttr |= (1ull<<16)<<(((PAWI.Attrs & Attribute::Alignment)-1) >> 16); in WriteAttributeTable()178 FauxAttr |= (PAWI.Attrs & (0x3FFull << 21)) << 11; in WriteAttributeTable()