Home | History | Annotate | Download | only in MC

Lines Matching refs:Fixups

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