Searched refs:read64 (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DCodeGenCoverage.cpp62 support::endian::read64(CurPtr, llvm::endianness::native);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h392 [[nodiscard]] inline uint64_t read64(const void *P, endianness E) {
402 template <endianness E> [[nodiscard]] inline uint64_t read64(const void *P) {
413 return read64<llvm::endianness::little>(P);
422 return read64<llvm::endianness::big>(P);
/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DAMDGPU.cpp193 return read64(buf);
H A DAArch64.cpp215 return read64(buf + 8);
227 return read64(buf);
H A DMips.cpp466 return read64(buf);
468 return config->is64 ? read64(buf) : read32(buf);
H A DPPC64.cpp577 uint64_t fullInstr = read64(loc);
1127 return read64(buf);
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DTarget.h293 inline uint64_t read64(const void *p) { function in namespace:lld::elf
294 return llvm::support::endian::read64(p, config->endianness);
H A DSyntheticSections.cpp59 return config->is64 ? read64(buf) : read32(buf);
574 return read64(buf);
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp242 return support::endian::read64(getContents().data() + PatchOffset,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dppc64.h287 uint64_t Inst = support::endian::read64<Endianness>(Loc);
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1228 Word = llvm::support::endian::read64(Buf, llvm::endianness::little);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5406 support::endian::read64<ELFT::TargetEndianness>(Desc.data() + 0);
5408 support::endian::read64<ELFT::TargetEndianness>(Desc.data() + 8);
7679 support::endian::read64<ELFT::TargetEndianness>(Desc.data() + 0);
7681 support::endian::read64<ELFT::TargetEndianness>(Desc.data() + 8);

Completed in 140 milliseconds