Searched defs:getU8 (Results 1 – 2 of 2) sorted by relevance
80 uint8_t DataExtractor::getU8(uint64_t *offset_ptr, llvm::Error *Err) const { in getU8() function in DataExtractor 84 uint8_t *DataExtractor::getU8(uint64_t *offset_ptr, uint8_t *dst, in getU8() function in DataExtractor 89 uint8_t *DataExtractor::getU8(Cursor &C, uint8_t *Dst, uint32_t Count) const { in getU8() function in DataExtractor
359 uint8_t getU8(Cursor &C) const { return getU8(&C.Offset, &C.Err); } in getU8() function397 void getU8(Cursor &C, SmallVectorImpl<uint8_t> &Dst, uint32_t Count) const { in getU8() function