Home
last modified time | relevance | path

Searched refs:write64be (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp142 write64be(m_start + offset, value); in PutU64()
/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DSPARCV9.cpp142 write64be(loc, val); in relocate()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryUtils.h105 write64be(loc, value); in write64()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1236 write64be(&codeDirectory->execSegBase, textSeg->fileOff); in writeTo()
1237 write64be(&codeDirectory->execSegLimit, textSeg->fileSize); in writeTo()
1238 write64be(&codeDirectory->execSegFlags, in writeTo()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h420 inline void write64be(void *P, uint64_t V) { write64<big>(P, V); } in write64be() function