Searched refs:readLength (Results 1 – 6 of 6) sorted by relevance
109 return readLength<uint16_t>(Obj); in read()112 return readLength<uint32_t>(Obj); in read()115 return readLength<uint16_t>(Obj); in read()118 return readLength<uint32_t>(Obj); in read()212 template <class T> Expected<bool> Reader::readLength(Object &Obj) { in readLength() function in Reader
62 uint64_t readLength(size_t *off) const;
21 uint64_t EhReader::readLength(size_t *off) const { in readLength() function in EhReader
392 uint64_t length = reader.readLength(&off); in splitEhFrames()
139 template <class T> Expected<bool> readLength(Object &Obj);
275 auto readLength = [&]() { in getFromTuple() local291 builder.create<fir::ResultOp>(loc, readLength()); in getFromTuple()300 nonDeferredLenParams.push_back(readLength()); in getFromTuple()