Lines Matching refs:FixupKind
291 Mips::Fixups FixupKind = Mips::Fixups(0);
297 FixupKind = Mips::fixup_Mips_GPOFF_HI;
300 FixupKind = Mips::fixup_Mips_GPOFF_LO;
303 FixupKind = Mips::fixup_Mips_GOT_PAGE;
306 FixupKind = Mips::fixup_Mips_GOT_OFST;
309 FixupKind = Mips::fixup_Mips_GOT_DISP;
312 FixupKind = Mips::fixup_Mips_GPREL16;
315 FixupKind = Mips::fixup_Mips_CALL16;
318 FixupKind = Mips::fixup_Mips_GOT_Global;
321 FixupKind = Mips::fixup_Mips_GOT_Local;
324 FixupKind = Mips::fixup_Mips_HI16;
327 FixupKind = Mips::fixup_Mips_LO16;
330 FixupKind = Mips::fixup_Mips_TLSGD;
333 FixupKind = Mips::fixup_Mips_TLSLDM;
336 FixupKind = Mips::fixup_Mips_DTPREL_HI;
339 FixupKind = Mips::fixup_Mips_DTPREL_LO;
342 FixupKind = Mips::fixup_Mips_GOTTPREL;
345 FixupKind = Mips::fixup_Mips_TPREL_HI;
348 FixupKind = Mips::fixup_Mips_TPREL_LO;
351 FixupKind = Mips::fixup_Mips_HIGHER;
354 FixupKind = Mips::fixup_Mips_HIGHEST;
357 FixupKind = Mips::fixup_Mips_GOT_HI16;
360 FixupKind = Mips::fixup_Mips_GOT_LO16;
363 FixupKind = Mips::fixup_Mips_CALL_HI16;
366 FixupKind = Mips::fixup_Mips_CALL_LO16;
370 Fixups.push_back(MCFixup::Create(0, Expr, MCFixupKind(FixupKind)));