Home | History | Annotate | Download | only in MC

Lines Matching refs:Fixups

373   SmallVector<MCFixup, 4> Fixups;
376 Assembler.getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
379 for (unsigned i = 0, e = Fixups.size(); i != e; ++i)
380 fixSymbolsInTLSFixups(Fixups[i].getValue());
390 // fragment of its own. If there are no fixups registered for the
405 else if (!SD->isBundleLocked() && Fixups.size() == 0) {
408 // there are no fixups registered.
428 // Add the fixups and data.
429 for (unsigned i = 0, e = Fixups.size(); i != e; ++i) {
430 Fixups[i].setOffset(Fixups[i].getOffset() + DF->getContents().size());
431 DF->getFixups().push_back(Fixups[i]);