Home
last modified time | relevance | path

Searched refs:WritableArmRelocation (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Daarch32.cpp222 struct WritableArmRelocation { struct
223 WritableArmRelocation(char *FixupPtr) in WritableArmRelocation() argument
233 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()