Lines Matching refs:Elements
142 DINodeArray Elements = ETy->getElements(); in completeType() local
143 for (const auto Element : Elements) { in completeType()
223 const DINodeArray Elements = STy->getElements(); in completeType() local
224 for (const auto *Element : Elements) { in completeType()
264 DITypeRefArray Elements = STy->getTypeArray(); in completeType() local
265 auto RetType = Elements[0].resolve(); in completeType()
271 for (unsigned I = 1, N = Elements.size(); I < N; ++I) { in completeType()
273 auto Element = Elements[I].resolve(); in completeType()
361 DITypeRefArray Elements = STy->getTypeArray(); in visitSubroutineType() local
362 uint32_t VLen = Elements.size() - 1; in visitSubroutineType()
377 for (const auto Element : Elements) { in visitSubroutineType()
384 const DINodeArray Elements = CTy->getElements(); in visitStructType() local
385 uint32_t VLen = Elements.size(); in visitStructType()
391 for (const auto *Element : Elements) { in visitStructType()
404 for (const auto *Element : Elements) in visitStructType()
425 DINodeArray Elements = CTy->getElements(); in visitEnumType() local
426 uint32_t VLen = Elements.size(); in visitEnumType()