Home
last modified time | relevance | path

Searched refs:write64le (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp163 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 DX86_64.cpp430 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 DRISCV.cpp203 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 DLoongArch.cpp333 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 DAMDGPU.cpp162 write64le(loc, val); in relocate()
/freebsd/contrib/xz/src/common/
H A Dtuklib_integer.h460 #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 DRelocations.h115 llvm::support::endian::write64le(loc, addr); in writeAddress()
H A DSyntheticSections.cpp390 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 DARM64Common.cpp48 write64le(loc, value); in writeValue()
H A DX86_64.cpp112 write64le(loc, value); in relocateOne()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.cpp72 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 DChunks.cpp81 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 DDataEncoder.cpp87 write64le(m_data_sp->GetBytes() + offset, value); in PutU64()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp83 support::endian::write64le(Data, Index); in getInstrumentedBlocksHash()
H A DPGOInstrumentation.cpp722 support::endian::write64le(Data, Num); in computeCFGHash()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h358 write64le(Target, Value + RE.Addend); in resolveRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h475 inline void write64le(void *P, uint64_t V) { in write64le() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp589 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 DWasmEmitter.cpp93 support::endian::write64le(Data, Value); in writeUint64()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp189 support::endian::write64le(Buffer, Value); in patchI64()
319 support::endian::write64le(Buffer, val); in writeI64()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp55 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 DWriter.cpp3068 write64le(dest, xxh3_64bits(arr)); in writeBuildId()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp134 support::endian::write64le(Data, I); in computeLTOCacheKey()
/freebsd/contrib/xz/
H A DChangeLog13864 tuklib_integer: Add missing write64be and write64le fallback functions.