Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Daarch32.cpp208 struct ThumbRelocation { struct
210 ThumbRelocation(const char *FixupPtr) in ThumbRelocation() function
215 ThumbRelocation(WritableThumbRelocation &Writable) in ThumbRelocation() function
238 Error makeUnexpectedOpcodeError(const LinkGraph &G, const ThumbRelocation &R, in makeUnexpectedOpcodeError()
326 static Error checkOpcode(LinkGraph &G, const ThumbRelocation &R, in checkOpcode()
344 bool checkRegister(const ThumbRelocation &R, HalfWords Reg) { in checkRegister()
434 ThumbRelocation R(B.getContent().data() + Offset); in readAddendThumb()