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

Declarations

tools/lldb/include/lldb/Utility/DataExtractor.h
  628   uint16_t GetU16_unchecked(lldb::offset_t *offset_ptr) const;

References

tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 2038   nlist.n_desc = nlist_data.GetU16_unchecked(&nlist_data_offset);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
   92             form_size = data.GetU16_unchecked(&offset);
tools/lldb/source/Utility/DataExtractor.cpp
  558     return GetU16_unchecked(offset_ptr);