Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/AVR/
H A Dio.ll67 define void @write64() {
68 ; CHECK-LABEL: write64
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DEndian.h401 inline void write64(void *P, uint64_t V, endianness E) { in write64() function
411 template <endianness E> inline void write64(void *P, uint64_t V) { in write64() function
417 inline void write64le(void *P, uint64_t V) { write64<little>(P, V); } in write64le()
420 inline void write64be(void *P, uint64_t V) { write64<big>(P, V); } in write64be()
/llvm-project-15.0.7/lld/ELF/
H A DTarget.h302 inline void write64(void *p, uint64_t v) { in write64() function
303 llvm::support::endian::write64(p, v, config->endianness); in write64()
H A DOutputSections.cpp384 write64(buf, data); in writeInt()
H A DSyntheticSections.cpp64 write64(buf, val); in writeUint()
3699 write64(buf, sym->getVA(addend) + in writeTo()
/llvm-project-15.0.7/lld/ELF/Arch/
H A DPPC64.cpp192 write64(loc, insn); in writePrefixedInstruction()
1081 write64(buf, getPPC64TocBase()); in writeGotHeader()
1104 write64(buf + 52, gotPltOffset); in writePltHeader()
1320 write64(loc, val); in relocate()
1338 write64(loc, val - dynamicThreadPointerOffset); in relocate()
H A DAArch64.cpp214 write64(buf, in.plt->getVA()); in writeGotPlt()
357 write64(loc, val); in relocate()
490 write64(loc + 8, val); in relocate()
H A DMips.cpp598 write64(loc, val); in relocate()