Searched refs:writePrefixedInst (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | PPC64.cpp | 246 void elf::writePrefixedInst(Ctx &ctx, uint8_t *loc, uint64_t insn) { in writePrefixedInst() function in elf 678 writePrefixedInst(ctx, loc, insn); in relaxGot() 705 writePrefixedInst(ctx, loc, in relaxGot() 745 writePrefixedInst(ctx, loc, 0x06000000386d0000); in relaxTlsGdToLe() 806 writePrefixedInst(ctx, loc, 0x06000000386d1000); in relaxTlsLdToLe() 927 writePrefixedInst(ctx, loc, 0x06000000380d0000 | pldRT); in relaxTlsIeToLe() 1414 writePrefixedInst(ctx, loc, in relocate() 1533 writePrefixedInst(ctx, loc, 0x04100000e4600000); in relaxTlsGdToIe()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 238 void writePrefixedInst(Ctx &, uint8_t *loc, uint64_t insn);
|
| H A D | Thunks.cpp | 1489 writePrefixedInst(ctx, buf, in writeTo()
|