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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
   32   m_code = data.GetULEB128(offset_ptr);
   37   m_tag = static_cast<dw_tag_t>(data.GetULEB128(offset_ptr));
   42   m_has_children = data.GetU8(offset_ptr);
   44   while (data.ValidOffset(*offset_ptr)) {
   45     dw_attr_t attr = data.GetULEB128(offset_ptr);
   46     dw_form_t form = data.GetULEB128(offset_ptr);
   61       val.value.sval = data.GetULEB128(offset_ptr);