Searched refs:encodePage21 (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lld/MachO/Arch/ |
| H A D | ARM64Common.h | 65 inline void encodePage21(uint32_t *loc, const Reloc &r, uint32_t base, in encodePage21() function 72 inline void encodePage21(uint32_t *loc, SymbolDiagnostic d, uint32_t base, in encodePage21() function 112 encodePage21(&buf32[0], {&sym, "stub"}, stubCode[0], in writeStub() 127 encodePage21(&buf32[0], d, stubHelperHeaderCode[0], in writeStubHelperHeader() 133 encodePage21(&buf32[3], d, stubHelperHeaderCode[3], in writeStubHelperHeader()
|
| H A D | ARM64Common.cpp | 81 encodePage21(loc32, r, base, pageBits(value) - pageBits(pc)); in relocateOne()
|