Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dppc64.h295 support::endian::write64<Endianness>(Loc, Inst); in writePrefixedInstruction()
378 support::endian::write64<Endianness>(FixupPtr, Value); in applyFixup()
392 support::endian::write64<Endianness>(FixupPtr, TOCBase); in applyFixup()
457 support::endian::write64<Endianness>(FixupPtr, Value); in applyFixup()
/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp236 write64(buf, in.plt->getVA()); in writeGotPlt()
241 write64(buf, s.getVA()); in writeIgotPlt()
394 write64(loc, -rel.addend); in relocate()
396 write64(loc, val); in relocate()
399 write64(loc, val); in relocate()
532 write64(loc + 8, val); in relocate()
H A DPPC64.cpp249 write64(loc, insn); in writePrefixedInstruction()
1136 write64(buf, getPPC64TocBase()); in writeGotHeader()
1159 write64(buf + 52, gotPltOffset); in writePltHeader()
1375 write64(loc, val); in relocate()
1393 write64(loc, val - dynamicThreadPointerOffset); in relocate()
H A DMips.cpp598 write64(loc, val); in relocate()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h435 inline void write64(void *P, uint64_t V, endianness E) { in write64() function
445 template <endianness E> inline void write64(void *P, uint64_t V) { in write64() function
456 write64<llvm::endianness::little>(P, V); in write64le()
465 write64<llvm::endianness::big>(P, V); in write64be()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DTarget.h305 inline void write64(void *p, uint64_t v) { in write64() function
306 llvm::support::endian::write64(p, v, config->endianness); in write64()
H A DOutputSections.cpp442 write64(buf, data); in writeInt()
H A DSyntheticSections.cpp64 write64(buf, val); in writeUint()
3707 write64(buf, sym->getVA(addend) + in writeTo()