Searched defs:getU8 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DDataExtractor.cpp50 uint8_t DataExtractor::getU8(uint32_t *offset_ptr) const { function in class:DataExtractor
55 DataExtractor::getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const { function in class:DataExtractor
95 return getU8(offset_ptr);
110 return (int8_t)getU8(offset_ptr);

Completed in 64 milliseconds