Home
last modified time | relevance | path

Searched refs:write64 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dppc64.h296 support::endian::write64<Endianness>(Loc, Inst); in writePrefixedInstruction()
379 support::endian::write64<Endianness>(FixupPtr, Value); in applyFixup()
393 support::endian::write64<Endianness>(FixupPtr, TOCBase); in applyFixup()
458 support::endian::write64<Endianness>(FixupPtr, Value); in applyFixup()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h455 inline void write64(void *P, uint64_t V, endianness E) { in write64() function
465 template <endianness E> inline void write64(void *P, uint64_t V) { in write64() function
476 write64<llvm::endianness::little>(P, V); in write64le()
485 write64<llvm::endianness::big>(P, V); in write64be()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp372 write64(ctx, buf, ctx.in.plt->getVA()); in writeGotPlt()
377 write64(ctx, buf, s.getVA(ctx)); in writeIgotPlt()
525 write64(ctx, loc, -rel.addend); in relocate()
527 write64(ctx, loc, val); in relocate()
530 write64(ctx, loc, val); in relocate()
687 write64(ctx, loc + 8, val); in relocate()
H A DPPC64.cpp248 write64(ctx, loc, insn); in writePrefixedInst()
1136 write64(ctx, buf, getPPC64TocBase(ctx)); in writeGotHeader()
1159 write64(ctx, buf + 52, gotPltOffset); in writePltHeader()
1376 write64(ctx, loc, val); in relocate()
1394 write64(ctx, loc, val - dynamicThreadPointerOffset); in relocate()
H A DMips.cpp600 write64(ctx, loc, val); in relocate()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h321 inline void write64(Ctx &ctx, void *p, uint64_t v) { in write64() function
322 llvm::support::endian::write64(p, v, ctx.arg.endianness); in write64()
H A DSyntheticSections.cpp65 write64(ctx, buf, val); in writeUint()
360 write64(ctx, buf + offset + 8, ctx.aarch64PauthAbiCoreInfo->platform); in writeTo()
361 write64(ctx, buf + offset + 16, ctx.aarch64PauthAbiCoreInfo->version); in writeTo()
768 write64(ctx, dest, (addrDiversity << 63) | (key << 60)); in writeTo()
4425 write64(ctx, buf, in writeTo()
H A DOutputSections.cpp491 write64(ctx, buf, data); in writeInt()