Home
last modified time | relevance | path

Searched refs:read64 (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h412 [[nodiscard]] inline uint64_t read64(const void *P, endianness E) { in read64() function
422 template <endianness E> [[nodiscard]] inline uint64_t read64(const void *P) { in read64() function
433 return read64<llvm::endianness::little>(P); in read64le()
442 return read64<llvm::endianness::big>(P); in read64be()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCodeGenCoverage.cpp60 support::endian::read64(CurPtr, llvm::endianness::native); in parse()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h309 inline uint64_t read64(Ctx &ctx, const void *p) { in read64() function
310 return llvm::support::endian::read64(p, ctx.arg.endianness); in read64()
H A DInputFiles.cpp964 support::endian::read64<ELFT::Endianness>(&desc[0]), in parseGnuPropertyNote()
965 support::endian::read64<ELFT::Endianness>(&desc[8])}; in parseGnuPropertyNote()
H A DSyntheticSections.cpp60 return ctx.arg.is64 ? read64(ctx, buf) : read32(ctx, buf); in readUint()
620 return read64(ctx, buf); in readFdeAddr()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAMDGPU.cpp214 return read64(ctx, buf); in getImplicitAddend()
H A DMips.cpp467 return read64(ctx, buf); in getImplicitAddend()
469 return ctx.arg.is64 ? read64(ctx, buf) : read32(ctx, buf); in getImplicitAddend()
H A DAArch64.cpp272 return read64(ctx, buf + 8); in getImplicitAddend()
289 return read64(ctx, buf); in getImplicitAddend()
H A DPPC64.cpp575 uint64_t fullInstr = read64(ctx, loc); in readPrefixedInst()
1128 return read64(ctx, buf); in getImplicitAddend()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dppc64.h288 uint64_t Inst = support::endian::read64<Endianness>(Loc); in readPrefixedInstruction()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp241 return support::endian::read64(getContents().data() + PatchOffset, in getIntVal()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1248 Word = llvm::support::endian::read64(Buf, llvm::endianness::little); in get()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5319 support::endian::read64<ELFT::Endianness>(Desc.data() + 0); in printAArch64PAuthABICoreInfo()
5320 uint64_t Version = support::endian::read64<ELFT::Endianness>(Desc.data() + 8); in printAArch64PAuthABICoreInfo()