/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SipHash.cpp | 141 endian::write64le(out, b); in siphash() 152 endian::write64le(out + 8, b); in siphash()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | X86_64.cpp | 414 write64le(buf, mainPart->dynamic->getVA()); in writeGotPltHeader() 419 write64le(buf, s.getPltVA() + 6); in writeGotPlt() 425 write64le(buf, s.getVA()); in writeIgotPlt() 807 write64le(loc, val); in relocate() 853 write64le(loc + 8, val); in relocate() 1077 write64le(buf, va); in writeGotPlt() 1146 write64le(buf, s.getPltVA() + 17); in writeGotPlt()
|
H A D | LoongArch.cpp | 311 write64le(buf, in.plt->getVA()); in writeGotPlt() 319 write64le(buf, s.getVA()); in writeIgotPlt() 563 write64le(loc, val); in relocate() 699 write64le(loc, read64le(loc) + val); in relocate() 717 write64le(loc, read64le(loc) - val); in relocate() 738 write64le(loc + 8, val); in relocate()
|
H A D | RISCV.cpp | 203 write64le(buf, mainPart->dynamic->getVA()); in writeGotHeader() 210 write64le(buf, in.plt->getVA()); in writeGotPlt() 218 write64le(buf, s.getVA()); in writeIgotPlt() 343 write64le(loc, val); in relocate() 491 write64le(loc, read64le(loc) + val); in relocate() 506 write64le(loc, read64le(loc) - val); in relocate() 529 write64le(loc, val - dtpOffset); in relocate() 537 write64le(loc + 8, val); in relocate()
|
H A D | AMDGPU.cpp | 162 write64le(loc, val); in relocate()
|
/freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
H A D | YAMLRemarkSerializer.cpp | 215 support::endian::write64le(Version.data(), remarks::CurrentRemarkVersion); in emitVersion() 227 support::endian::write64le(StrTabSizeBuf.data(), StrTabSize); in emitStrTab()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Relocations.h | 111 llvm::support::endian::write64le(loc, addr); in writeAddress()
|
H A D | SyntheticSections.cpp | 391 write64le(&buf[i * target->wordSize], defined->getVA()); in writeTo() 857 write64le(selrefData, methnameOffset); in makeSelRef() 985 write64le(buf + off, in.stubHelper->addr + stubHelperOffset); in writeTo() 988 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/lldb/source/Utility/ |
H A D | DataEncoder.cpp | 87 write64le(m_data_sp->GetBytes() + offset, value); in PutU64()
|
/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() 540 write64le(buf, thunk->getRVA() + ctx.config.imageBase); in writeTo()
|
H A D | Chunks.cpp | 70 static void add64(uint8_t *p, int64_t v) { write64le(p, read64le(p) + v); } in add64() 871 write64le(buf, sym->getRVA() + ctx.config.imageBase); in writeTo() 1070 write64le(buf, value); in writeTo()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFAArch64.h | 344 write64le(Target, Value + RE.Addend); in resolveRelocation()
|
/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 | 659 support::endian::write64le(Data, Num); in computeCFGHash()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Endian.h | 471 inline void write64le(void *P, uint64_t V) { in write64le() function
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProfReader.cpp | 567 support::endian::write64le(&MD5SampleContextTable[Idx], Hash); in readSampleContextFromTable() 1133 support::endian::write64le(&MD5SampleContextTable[I], *FID); in readNameTableSec()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | SyntheticSections.cpp | 58 using llvm::support::endian::write64le; 3558 write64le(buf, chunk.sec->outSecOff + cu.cuOffset); in writeTo() 3559 write64le(buf + 8, cu.cuLength); in writeTo() 3572 write64le(buf, baseAddr + e.lowAddress); in writeTo() 3573 write64le(buf + 8, baseAddr + e.highAddress); in writeTo()
|
H A D | Writer.cpp | 2894 write64le(dest, xxh3_64bits(arr)); in writeBuildId()
|
/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 | 190 support::endian::write64le(Buffer, Value); in patchI64() 321 support::endian::write64le(Buffer, val); in writeI64()
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 124 support::endian::write64le(Data, I); in computeLTOCacheKey()
|