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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
  212     s.PutCString("NULL");
  216     s.PutCString(name);
  224     s.PutCString("base ");
  227     s.PutCString("class ");
  230     s.PutCString("const ");
  233     s.PutCString("enum ");
  236     s.PutCString("file ");
  239     s.PutCString("interface ");
  242     s.PutCString("packed ");
  251     s.PutCString("restrict ");
  254     s.PutCString("set ");
  257     s.PutCString("shared ");
  260     s.PutCString("string ");
  263     s.PutCString("struct ");
  266     s.PutCString("subrange ");
  269     s.PutCString("function ");
  272     s.PutCString("thrown ");
  275     s.PutCString("union ");
  278     s.PutCString("unspecified ");
  281     s.PutCString("volatile ");
  289     next_die.AppendTypeName(s);
  293     s.PutCString("[]");
  296     s.PutChar('*');
  299     s.PutChar('*');
  302     s.PutChar('&');