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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h
   25   dw_uleb128_t Code() const { return m_code; }
   26   void SetCode(dw_uleb128_t code) { m_code = code; }
   59   dw_uleb128_t m_code;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp
   31   dw_uleb128_t prev_abbr_code = 0;
   54     dw_uleb128_t abbrCode) const {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h
   46   GetAbbreviationDeclaration(dw_uleb128_t abbrCode) const;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  407     dw_uleb128_t abbrCode = data.GetULEB128(&offset);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
  216     dw_uleb128_t size = debug_info_data.GetULEB128(offset_ptr);
  221     dw_uleb128_t size = debug_info_data.GetU8(offset_ptr);
  226     dw_uleb128_t size = debug_info_data.GetU16(offset_ptr);
  231     dw_uleb128_t size = debug_info_data.GetU32(offset_ptr);