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

References

tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
   67         if (type_info)
   68           return type_info;
   94             type_info.SetName(class_name);
  130                   type_info.SetTypeSP(type_sp);
  162                     type_info.SetTypeSP(type_sp);
  175             if (type_info)
  176               SetDynamicTypeInfo(vtable_addr, type_info);
  177             return type_info;