reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/DataExtractor.cpp
   64     *value_ptr = getU<T>(offset_ptr, de, isLittleEndian, Data, Err);
   73   return getU<uint8_t>(offset_ptr, this, IsLittleEndian, Data.data(), Err);
   88   return getU<uint16_t>(offset_ptr, this, IsLittleEndian, Data.data(), Err);
   99       getU<uint24_t>(offset_ptr, this, IsLittleEndian, Data.data(), nullptr);
  105   return getU<uint32_t>(offset_ptr, this, IsLittleEndian, Data.data(), Err);
  115   return getU<uint64_t>(offset_ptr, this, IsLittleEndian, Data.data(), Err);