Searched defs:getU8 (Results 1 – 2 of 2) sorted by relevance
72 uint8_t DataExtractor::getU8(uint64_t *offset_ptr, llvm::Error *Err) const { in getU8() function in DataExtractor77 DataExtractor::getU8(uint64_t *offset_ptr, uint8_t *dst, uint32_t count) const { in getU8() function in DataExtractor82 uint8_t *DataExtractor::getU8(Cursor &C, uint8_t *Dst, uint32_t Count) const { in getU8() function in DataExtractor
260 uint8_t getU8(Cursor &C) const { return getU8(&C.Offset, &C.Err); } in getU8() function298 void getU8(Cursor &C, SmallVectorImpl<uint8_t> &Dst, uint32_t Count) const { in getU8() function