Home | History | Annotate | Download | only in Writer

Lines Matching defs:AS

256     AttributeSet AS = AttrGrps[i];
257 for (unsigned i = 0, e = AS.getNumSlots(); i != e; ++i) {
258 AttributeSet A = AS.getSlotAttributes(i);
261 Record.push_back(AS.getSlotIndex(i));
263 for (AttributeSet::iterator I = AS.begin(0), E = AS.end(0);
985 // bits are not in the same order as a normal i80 APInt, compensate.
1377 // Encode the address operand as relative, but not the basic blocks.
1661 // Just repeat the same debug loc as last time.