Searched refs:WritableArmRelocation (Results 1 – 1 of 1) sorted by relevance
222 struct WritableArmRelocation { struct223 WritableArmRelocation(char *FixupPtr) in WritableArmRelocation() argument233 ArmRelocation(WritableArmRelocation &Writable) : Wd{Writable.Wd} {} in ArmRelocation()366 void writeRegister(WritableArmRelocation &R, uint32_t Reg) { in writeRegister()382 void writeImmediate(WritableArmRelocation &R, uint32_t Imm) { in writeImmediate()522 WritableArmRelocation R(B.getAlreadyMutableContent().data() + E.getOffset()); in applyFixupArm()