Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching defs:Fixup

64   // just gets some fixup attached.
160 assert(MemSize <= 16 && "Invalid fixup for operation");
165 assert(MemSize == 8 && "Invalid fixup for operation");
173 assert(MemSize <= 8 && "Invalid fixup for operation");
182 assert(MemSize <= 8 && "Invalid fixup for operation");
187 assert(MemSize == 8 && "Invalid fixup for operation");
195 assert(MemSize <= 8 && "Invalid fixup for operation");
204 assert(MemSize <= 8 && "Invalid fixup for operation");
209 assert(MemSize == 8 && "Invalid fixup for operation");
435 // If one of the signed fixup kinds is applied to a MOVZ instruction, the
441 // Nothing to do if there's no fixup.
459 // Nothing to do for an unsigned fixup.
489 MCFixupKind Fixup = MCFixupKind(AArch64::fixup_a64_tlsdesc_call);
492 Fixups.push_back(MCFixup::Create(0, Expr, Fixup));