Searched refs:writePrefixedInstruction (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | PPC64.cpp | 247 void elf::writePrefixedInstruction(uint8_t *loc, uint64_t insn) { in writePrefixedInstruction() function in elf 678 writePrefixedInstruction(loc, insn); in relaxGot() 705 writePrefixedInstruction(loc, pcRelInsn | in relaxGot() 745 writePrefixedInstruction(loc, 0x06000000386d0000); in relaxTlsGdToLe() 806 writePrefixedInstruction(loc, 0x06000000386d1000); in relaxTlsLdToLe() 927 writePrefixedInstruction(loc, 0x06000000380d0000 | pldRT); in relaxTlsIeToLe() 1413 writePrefixedInstruction(loc, instr | ((val & si0Mask) << 16) | in relocate() 1532 writePrefixedInstruction(loc, 0x04100000e4600000); in relaxTlsGdToIe()
|
| /src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | ppc64.h | 292 inline static void writePrefixedInstruction(char *Loc, uint64_t Inst) { in writePrefixedInstruction() function 468 writePrefixedInstruction<Endianness>( in applyFixup()
|
| /src/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 228 void writePrefixedInstruction(uint8_t *loc, uint64_t insn);
|
| H A D | Thunks.cpp | 1203 writePrefixedInstruction( in writeTo()
|