Searched refs:getUs (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDataExtractor.cpp33 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 107 milliseconds