Home | History | Annotate | Download | only in MC

Lines Matching full:fixups

49 STATISTIC(evaluateFixup, "Number of evaluated fixups");
412 "FKF_IsAlignedDownTo32Bits is only allowed on PC-relative fixups!");
417 // A number of ARM fixups in Thumb mode require that the effective PC
703 // Check that we aren't trying to write a non-zero contents (or fixups)
708 "Cannot have fixups in virtual section!");
810 // Evaluate and apply the fixups, generating relocation entries as necessary.
881 SmallVector<MCFixup, 4> Fixups;
884 getEmitter().EncodeInstruction(Relaxed, VecOS, Fixups);
890 F.getFixups() = Fixups;
1068 OS << " Fixups:[";