Home | History | Annotate | Download | only in MC

Lines Matching defs:Fixups

408   SmallVector<MCFixup, 4> Fixups;
411 Assembler.getEmitter().EncodeInstruction(Inst, VecOS, Fixups, STI);
414 for (unsigned i = 0, e = Fixups.size(); i != e; ++i)
415 fixSymbolsInTLSFixups(Fixups[i].getValue());
425 // fragment of its own. If there are no fixups registered for the
440 else if (!SD->isBundleLocked() && Fixups.size() == 0) {
443 // there are no fixups registered.
465 // Add the fixups and data.
466 for (unsigned i = 0, e = Fixups.size(); i != e; ++i) {
467 Fixups[i].setOffset(Fixups[i].getOffset() + DF->getContents().size());
468 DF->getFixups().push_back(Fixups[i]);