Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/Arch/
H A DARM64Common.h46 inline void encodeBranch26(uint32_t *loc, const Reloc &r, uint32_t base, in encodeBranch26() function
54 inline void encodeBranch26(uint32_t *loc, SymbolDiagnostic d, uint32_t base, in encodeBranch26() function
146 encodeBranch26(&buf32[1], {&sym, "stub helper"}, stubHelperEntryCode[1], in writeStubHelperEntry()
H A DARM64Common.cpp66 encodeBranch26(loc32, r, base, value - pc); in relocateOne()