| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | X86_64.cpp | 382 write64le(buf, mainPart->dynamic->getVA()); in writeGotPltHeader() 387 write64le(buf, s.getPltVA() + 6); in writeGotPlt() 393 write64le(buf, s.getVA()); in writeIgotPlt() 558 write64le(loc, val); in relaxTlsLdToLe() 792 write64le(loc, val); in relocate() 796 write64le(loc + 8, val); in relocate() 998 write64le(buf, va); in writeGotPlt() 1067 write64le(buf, s.getPltVA() + 17); in writeGotPlt()
|
| H A D | RISCV.cpp | 177 write64le(buf, mainPart->dynamic->getVA()); in writeGotHeader() 184 write64le(buf, in.plt->getVA()); in writeGotPlt() 192 write64le(buf, s.getVA()); in writeIgotPlt() 307 write64le(loc, val); in relocate() 438 write64le(loc, read64le(loc) + val); in relocate() 453 write64le(loc, read64le(loc) - val); in relocate() 473 write64le(loc, val - dtpOffset); in relocate()
|
| H A D | AMDGPU.cpp | 140 write64le(loc, val); in relocate()
|
| /llvm-project-15.0.7/llvm/lib/Remarks/ |
| H A D | YAMLRemarkSerializer.cpp | 215 support::endian::write64le(Version.data(), remarks::CurrentRemarkVersion); in emitVersion() 226 support::endian::write64le(StrTabSizeBuf.data(), StrTabSize); in emitStrTab()
|
| /llvm-project-15.0.7/lld/MachO/Arch/ |
| H A D | ARM64Common.cpp | 48 write64le(loc, value); in writeValue()
|
| H A D | X86_64.cpp | 107 write64le(loc, value); in relocateOne()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Relocations.h | 118 llvm::support::endian::write64le(loc, addr); in writeAddress()
|
| H A D | SyntheticSections.cpp | 335 write64le(&buf[i * target->wordSize], defined->getVA()); in writeTo() 741 write64le(buf + off, in.stubHelper->addr + stubHelperOffset); in writeTo() 744 write64le(buf + off, sym->getVA()); in writeTo()
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | DLL.cpp | 72 write64le(buf, hintName->getRVA()); in writeTo() 94 write64le(buf, (1ULL << 63) | ordinal); in writeTo() 459 write64le(buf, thunk->getRVA() + config->imageBase); in writeTo()
|
| H A D | Chunks.cpp | 69 static void add64(uint8_t *p, int64_t v) { write64le(p, read64le(p) + v); } in add64() 808 write64le(buf, sym->getRVA() + config->imageBase); in writeTo() 993 write64le(buf, value); in writeTo()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | DataEncoder.cpp | 87 write64le(m_data_sp->GetBytes() + offset, value); in PutU64()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldCOFFAArch64.h | 343 write64le(Target, Value + RE.Addend); in resolveRelocation()
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | DWARFRewriter.cpp | 1722 write64le(Buffer, CUInfo.second.Offset); in updateGdbIndexSection() 1724 write64le(Buffer + 8, CUInfo.second.Length + 4); in updateGdbIndexSection() 1744 write64le(Buffer, Range.LowPC); in updateGdbIndexSection() 1745 write64le(Buffer + 8, Range.HighPC); in updateGdbIndexSection()
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | InputChunks.cpp | 161 write64le(loc, value); in relocate()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | Endian.h | 417 inline void write64le(void *P, uint64_t V) { write64<little>(P, V); } in write64le() function
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | SyntheticSections.cpp | 54 using llvm::support::endian::write64le; 2961 write64le(buf, chunk.sec->outSecOff + cu.cuOffset); in writeTo() 2962 write64le(buf + 8, cu.cuLength); in writeTo() 2975 write64le(buf, baseAddr + e.lowAddress); in writeTo() 2976 write64le(buf + 8, baseAddr + e.highAddress); in writeTo()
|
| H A D | Writer.cpp | 2976 write64le(dest, xxHash64(arr)); in writeBuildId()
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | WasmEmitter.cpp | 93 support::endian::write64le(Data, Value); in writeUint64()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 191 support::endian::write64le(Buffer, Value); in patchI64() 324 support::endian::write64le(Buffer, val); in writeI64()
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | LTO.cpp | 112 support::endian::write64le(Data, I); in computeLTOCacheKey()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 610 support::endian::write64le(Data, Num); in computeCFGHash()
|