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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  391   if (type_ptr == DIE_IS_BEING_PARSED)
  396   dwarf->GetDIEToType()[die.GetDIE()] = DIE_IS_BEING_PARSED;
  896                 if (type_ptr && type_ptr != DIE_IS_BEING_PARSED) {
 1062                   if (type_ptr && type_ptr != DIE_IS_BEING_PARSED) {
 2429       assert(func_type == nullptr || func_type != DIE_IS_BEING_PARSED);
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1458       if (type != DIE_IS_BEING_PARSED)
 2574     } else if (type_ptr != DIE_IS_BEING_PARSED) {
 2722             if (resolved_type && resolved_type != DIE_IS_BEING_PARSED) {
 2936                 if (resolved_type && resolved_type != DIE_IS_BEING_PARSED) {