Home
last modified time | relevance | path

Searched refs:class_types (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp86 TypeList class_types; in GetTypeInfo() local
98 class_types.Insert(type_sp); in GetTypeInfo()
103 if (class_types.Empty()) { in GetTypeInfo()
107 class_types.Insert(type_sp); in GetTypeInfo()
111 if (class_types.Empty()) { in GetTypeInfo()
116 if (class_types.GetSize() == 1) { in GetTypeInfo()
117 type_sp = class_types.GetTypeAtIndex(0); in GetTypeInfo()
134 for (i = 0; i < class_types.GetSize(); i++) { in GetTypeInfo()
135 type_sp = class_types.GetTypeAtIndex(i); in GetTypeInfo()
149 for (i = 0; i < class_types.GetSize(); i++) { in GetTypeInfo()
[all …]