Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Daarch32.cpp229 struct ArmRelocation { struct
230 ArmRelocation(const char *FixupPtr) in ArmRelocation() argument
233 ArmRelocation(WritableArmRelocation &Writable) : Wd{Writable.Wd} {} in ArmRelocation() function
245 Error makeUnexpectedOpcodeError(const LinkGraph &G, const ArmRelocation &R, in makeUnexpectedOpcodeError()
313 static Error checkOpcode(LinkGraph &G, const ArmRelocation &R, in checkOpcode()
351 bool checkRegister(const ArmRelocation &R, uint32_t Reg) { in checkRegister()
411 ArmRelocation R(B.getContent().data() + Offset); in readAddendArm()