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