Searched refs:read64 (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Endian.h | 412 [[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 D | CodeGenCoverage.cpp | 60 support::endian::read64(CurPtr, llvm::endianness::native); in parse()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 309 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 D | InputFiles.cpp | 964 support::endian::read64<ELFT::Endianness>(&desc[0]), in parseGnuPropertyNote() 965 support::endian::read64<ELFT::Endianness>(&desc[8])}; in parseGnuPropertyNote()
|
| H A D | SyntheticSections.cpp | 60 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 D | AMDGPU.cpp | 214 return read64(ctx, buf); in getImplicitAddend()
|
| H A D | Mips.cpp | 467 return read64(ctx, buf); in getImplicitAddend() 469 return ctx.arg.is64 ? read64(ctx, buf) : read32(ctx, buf); in getImplicitAddend()
|
| H A D | AArch64.cpp | 272 return read64(ctx, buf + 8); in getImplicitAddend() 289 return read64(ctx, buf); in getImplicitAddend()
|
| H A D | PPC64.cpp | 575 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 D | ppc64.h | 288 uint64_t Inst = support::endian::read64<Endianness>(Loc); in readPrefixedInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | OutputSections.cpp | 241 return support::endian::read64(getContents().data() + PatchOffset, in getIntVal()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 1248 Word = llvm::support::endian::read64(Buf, llvm::endianness::little); in get()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 5319 support::endian::read64<ELFT::Endianness>(Desc.data() + 0); in printAArch64PAuthABICoreInfo() 5320 uint64_t Version = support::endian::read64<ELFT::Endianness>(Desc.data() + 8); in printAArch64PAuthABICoreInfo()
|