Searched refs:WritableArmRelocation (Results 1 – 1 of 1) sorted by relevance
223 struct WritableArmRelocation { struct224 WritableArmRelocation(char *FixupPtr) in WritableArmRelocation() argument234 ArmRelocation(WritableArmRelocation &Writable) : Wd{Writable.Wd} {} in ArmRelocation()368 void writeRegister(WritableArmRelocation &R, uint32_t Reg) { in writeRegister()384 void writeImmediate(WritableArmRelocation &R, uint32_t Imm) { in writeImmediate()524 WritableArmRelocation R(B.getAlreadyMutableContent().data() + E.getOffset()); in applyFixupArm()