Home
last modified time | relevance | path

Searched refs:ReadFunc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libc/src/__support/File/
H A Dfile.h30 using ReadFunc = size_t(File *, void *, size_t); variable
67 ReadFunc *platform_read;
129 constexpr File(WriteFunc *wf, ReadFunc *rf, SeekFunc *sf, CloseFunc *cf, in File()
140 static void init(File *f, WriteFunc *wf, ReadFunc *rf, SeekFunc *sf, in init()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp421 auto *ReadFunc = IsLittleEndian ? support::endian::read32le in getInstruction() local
433 uint32_t Prefix = ReadFunc(Bytes.data()); in getInstruction()
434 uint32_t BaseInst = ReadFunc(Bytes.data() + 4); in getInstruction()
452 uint64_t Inst = ReadFunc(Bytes.data()); in getInstruction()