Searched refs:getUs (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Support/ |
D | DataExtractor.cpp | 33 static T *getUs(uint32_t *offset_ptr, T *dst, uint32_t count, in getUs() function 56 return getUs<uint8_t>(offset_ptr, dst, count, this, IsLittleEndian, in getU8() 67 return getUs<uint16_t>(offset_ptr, dst, count, this, IsLittleEndian, in getU16() 77 return getUs<uint32_t>(offset_ptr, dst, count, this, IsLittleEndian, in getU32() 87 return getUs<uint64_t>(offset_ptr, dst, count, this, IsLittleEndian, in getU64()
|