Home
last modified time | relevance | path

Searched refs:readLength (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp109 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
/openbsd-src/gnu/llvm/lld/MachO/
H A DEhFrame.h61 uint64_t readLength(size_t *off) const;
H A DEhFrame.cpp21 uint64_t EhReader::readLength(size_t *off) const { in readLength() function in EhReader
H A DInputFiles.cpp410 uint64_t length = reader.readLength(&off); in splitEhFrames()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h139 template <class T> Expected<bool> readLength(Object &Obj);