Lines Matching refs:Fixups
48 SmallVectorImpl<MCFixup> &Fixups,
54 SmallVectorImpl<MCFixup> &Fixups,
58 SmallVectorImpl<MCFixup> &Fixups,
62 SmallVectorImpl<MCFixup> &Fixups,
80 SmallVectorImpl<MCFixup> &Fixups, in getMachineOpValue() argument
95 Fixups.push_back(MCFixup::create(0, Expr, FK_PCRel_4)); in getMachineOpValue()
97 Fixups.push_back(MCFixup::create(0, Expr, FK_SecRel_8)); in getMachineOpValue()
100 Fixups.push_back(MCFixup::create(0, Expr, FK_PCRel_2)); in getMachineOpValue()
111 SmallVectorImpl<MCFixup> &Fixups, in encodeInstruction() argument
118 uint64_t Value = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction()
135 uint64_t Value = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction()
148 SmallVectorImpl<MCFixup> &Fixups, in getMemoryOpValue() argument