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

/freebsd-10.3-release/contrib/llvm/lib/Support/
H A DDataExtractor.cpp17 static T getU(uint32_t *offset_ptr, const DataExtractor *de, function
40 *value_ptr = getU<T>(offset_ptr, de, isLittleEndian, Data);
51 return getU<uint8_t>(offset_ptr, this, IsLittleEndian, Data.data());
62 return getU<uint16_t>(offset_ptr, this, IsLittleEndian, Data.data());
72 return getU<uint32_t>(offset_ptr, this, IsLittleEndian, Data.data());
82 return getU<uint64_t>(offset_ptr, this, IsLittleEndian, Data.data());

Completed in 43 milliseconds