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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  240     if (!attributes.ExtractFormValueAtIndex(i, form_value))
  244       abstract_origin = form_value;
  248       accessibility = DW_ACCESS_to_AccessType(form_value.Unsigned());
  252       is_artificial = form_value.Boolean();
  256       bit_stride = form_value.Unsigned();
  260       byte_size = form_value.Unsigned();
  264       byte_stride = form_value.Unsigned();
  268       calling_convention = form_value.Unsigned();
  272       containing_type = form_value;
  276       decl.SetFile(die.GetCU()->GetFile(form_value.Unsigned()));
  279       decl.SetLine(form_value.Unsigned());
  282       decl.SetColumn(form_value.Unsigned());
  286       is_forward_declaration = form_value.Boolean();
  290       encoding = form_value.Unsigned();
  294       is_scoped_enum = form_value.Boolean();
  298       is_explicit = form_value.Boolean();
  302       if (form_value.Unsigned())
  307       is_inline = form_value.Boolean();
  312       mangled_name = form_value.AsCString();
  316       name.SetCString(form_value.AsCString());
  320       object_pointer = form_value.Reference();
  324       signature = form_value;
  328       specification = form_value;
  332       type = form_value;
  336       is_virtual = form_value.Boolean();
  340       is_complete_objc_class = form_value.Signed();
  344       class_language = (LanguageType)form_value.Signed();
  348       is_vector = form_value.Boolean();
  351       exports_symbols = form_value.Boolean();