Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Daarch32.cpp209 struct ThumbRelocation { struct
211 ThumbRelocation(const char *FixupPtr) in ThumbRelocation() function
216 ThumbRelocation(WritableThumbRelocation &Writable) in ThumbRelocation() function
239 Error makeUnexpectedOpcodeError(const LinkGraph &G, const ThumbRelocation &R, in makeUnexpectedOpcodeError()
328 static Error checkOpcode(LinkGraph &G, const ThumbRelocation &R, in checkOpcode()
346 bool checkRegister(const ThumbRelocation &R, HalfWords Reg) { in checkRegister()
436 ThumbRelocation R(B.getContent().data() + Offset); in readAddendThumb()