Home | History | Annotate | Download | only in MC

Lines Matching refs:Fixups

1222   SmallVector<MCFixup, 4> Fixups;
1224 Emitter->EncodeInstruction(Inst, VecOS, Fixups);
1227 // If we are showing fixups, create symbolic markers in the encoded
1235 for (unsigned i = 0, e = Fixups.size(); i != e; ++i) {
1236 MCFixup &F = Fixups[i];
1295 for (unsigned i = 0, e = Fixups.size(); i != e; ++i) {
1296 MCFixup &F = Fixups[i];