| /freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | YAMLRemarkSerializer.cpp | 163 support::endian::write64le(Version.data(), remarks::CurrentRemarkVersion); in emitVersion() 186 support::endian::write64le(StrTabSizeBuf.data(), StrTabSize); in emit()
|
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | X86_64.cpp | 430 write64le(buf, ctx.mainPart->dynamic->getVA()); in writeGotPltHeader() 435 write64le(buf, s.getPltVA(ctx) + 6); in writeGotPlt() 441 write64le(buf, s.getVA(ctx)); in writeIgotPlt() 902 write64le(loc, val); in relocate() 952 write64le(loc + 8, val); in relocate() 1253 write64le(buf, va); in writeGotPlt() 1322 write64le(buf, s.getPltVA(ctx) + 17); in writeGotPlt()
|
| H A D | RISCV.cpp | 203 write64le(buf, ctx.mainPart->dynamic->getVA()); in writeGotHeader() 210 write64le(buf, ctx.in.plt->getVA()); in writeGotPlt() 218 write64le(buf, s.getVA(ctx)); in writeIgotPlt() 342 write64le(loc, val); in relocate() 489 write64le(loc, read64le(loc) + val); in relocate() 504 write64le(loc, read64le(loc) - val); in relocate() 527 write64le(loc, val - dtpOffset); in relocate() 535 write64le(loc + 8, val); in relocate()
|
| H A D | LoongArch.cpp | 333 write64le(buf, ctx.in.plt->getVA()); in writeGotPlt() 341 write64le(buf, s.getVA(ctx)); in writeIgotPlt() 586 write64le(loc, val); in relocate() 722 write64le(loc, read64le(loc) + val); in relocate() 740 write64le(loc, read64le(loc) - val); in relocate() 761 write64le(loc + 8, val); in relocate()
|
| H A D | AMDGPU.cpp | 162 write64le(loc, val); in relocate()
|
| /freebsd/contrib/xz/src/common/ |
| H A D | tuklib_integer.h | 460 #define write64le(buf, num) write64ne(buf, conv64le(num)) macro 477 # define write64ne write64le 605 write64le(uint8_t *buf, uint64_t num) in write64le() function
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Relocations.h | 115 llvm::support::endian::write64le(loc, addr); in writeAddress()
|
| H A D | SyntheticSections.cpp | 390 write64le(&buf[i * target->wordSize], defined->getVA()); in writeTo() 856 write64le(selrefData, methnameOffset); in makeSelRef() 982 write64le(buf + off, in.stubHelper->addr + stubHelperOffset); in writeTo() 985 write64le(buf + off, sym->getVA()); in writeTo()
|
| /freebsd/contrib/llvm-project/lld/MachO/Arch/ |
| H A D | ARM64Common.cpp | 48 write64le(loc, value); in writeValue()
|
| H A D | X86_64.cpp | 112 write64le(loc, value); in relocateOne()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | DLL.cpp | 72 write64le(buf, hintName->getRVA()); in writeTo() 98 write64le(buf, (1ULL << 63) | ordinal); in writeTo() 164 write64le(buf, impchkVA); in writeTo() 584 write64le(buf, thunk->getRVA() + ctx.config.imageBase); in writeTo()
|
| H A D | Chunks.cpp | 81 static void add64(uint8_t *p, int64_t v) { write64le(p, read64le(p) + v); } in add64() 897 write64le(buf, sym->getRVA() + ctx.config.imageBase); in writeTo() 1089 write64le(buf, value); in writeTo()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | DataEncoder.cpp | 87 write64le(m_data_sp->GetBytes() + offset, value); in PutU64()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | BlockCoverageInference.cpp | 83 support::endian::write64le(Data, Index); in getInstrumentedBlocksHash()
|
| H A D | PGOInstrumentation.cpp | 722 support::endian::write64le(Data, Num); in computeCFGHash()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldCOFFAArch64.h | 358 write64le(Target, Value + RE.Addend); in resolveRelocation()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Endian.h | 475 inline void write64le(void *P, uint64_t V) { in write64le() function
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 589 support::endian::write64le(&MD5SampleContextTable[Idx], Hash); in readSampleContextFromTable() 1195 support::endian::write64le(&MD5SampleContextTable[I], *FID); in readNameTableSec()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | WasmEmitter.cpp | 93 support::endian::write64le(Data, Value); in writeUint64()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 189 support::endian::write64le(Buffer, Value); in patchI64() 319 support::endian::write64le(Buffer, val); in writeI64()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.cpp | 55 using llvm::support::endian::write64le; 3650 write64le(buf, chunk.sec->outSecOff + cu.cuOffset); in writeTo() 3651 write64le(buf + 8, cu.cuLength); in writeTo() 3664 write64le(buf, baseAddr + e.lowAddress); in writeTo() 3665 write64le(buf + 8, baseAddr + e.highAddress); in writeTo()
|
| H A D | Writer.cpp | 3068 write64le(dest, xxh3_64bits(arr)); in writeBuildId()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 134 support::endian::write64le(Data, I); in computeLTOCacheKey()
|
| /freebsd/contrib/xz/ |
| H A D | ChangeLog | 13864 tuklib_integer: Add missing write64be and write64le fallback functions.
|