Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64Common.h64 inline void encodePage21(uint32_t *loc, const Reloc &r, uint32_t base, in encodePage21() function
71 inline void encodePage21(uint32_t *loc, SymbolDiagnostic d, uint32_t base, in encodePage21() function
117 encodePage21(&buf32[0], d, stubCode[0], pageBits(pointerVA) - pcPageBits); in writeStub()
131 encodePage21(&buf32[0], d, stubHelperHeaderCode[0], in writeStubHelperHeader()
137 encodePage21(&buf32[3], d, stubHelperHeaderCode[3], in writeStubHelperHeader()
168 encodePage21(&buf32[0], d, objcStubsFastCode[0], in writeObjCMsgSendFastStub()
172 encodePage21(&buf32[2], d, objcStubsFastCode[2], in writeObjCMsgSendFastStub()
194 encodePage21(&buf32[0], d, objcStubsSmallCode[0], in writeObjCMsgSendSmallStub()
H A DARM64Common.cpp81 encodePage21(loc32, r, base, pageBits(value) - pageBits(pc)); in relocateOne()