Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64Common.h45 inline void encodeBranch26(uint32_t *loc, const Reloc &r, uint32_t base, in encodeBranch26() function
53 inline void encodeBranch26(uint32_t *loc, SymbolDiagnostic d, uint32_t base, in encodeBranch26() function
150 encodeBranch26(&buf32[1], {&sym, "stub helper"}, stubHelperEntryCode[1], in writeStubHelperEntry()
199 encodeBranch26(&buf32[2], {nullptr, "objc_msgSend stub"}, in writeObjCMsgSendSmallStub()
H A DARM64Common.cpp66 encodeBranch26(loc32, r, base, value - pc); in relocateOne()