Lines Matching refs:Fixups
49 SmallVectorImpl<MCFixup> &Fixups,
55 SmallVectorImpl<MCFixup> &Fixups,
59 SmallVectorImpl<MCFixup> &Fixups,
63 SmallVectorImpl<MCFixup> &Fixups,
88 SmallVectorImpl<MCFixup> &Fixups, in getMachineOpValue() argument
103 Fixups.push_back(MCFixup::create(0, Expr, FK_PCRel_4)); in getMachineOpValue()
105 Fixups.push_back(MCFixup::create(0, Expr, FK_SecRel_8)); in getMachineOpValue()
108 Fixups.push_back(MCFixup::create(0, Expr, FK_PCRel_2)); in getMachineOpValue()
119 SmallVectorImpl<MCFixup> &Fixups, in encodeInstruction() argument
129 uint64_t Value = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction()
146 uint64_t Value = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction()
159 SmallVectorImpl<MCFixup> &Fixups, in getMemoryOpValue() argument