Lines Matching refs:Elements
168 DINodeArray Elements = ETy->getElements(); in completeType() local
169 for (const auto Element : Elements) { in completeType()
240 const DINodeArray Elements = STy->getElements(); in completeType() local
241 for (const auto *Element : Elements) { in completeType()
288 DITypeRefArray Elements = STy->getTypeArray(); in completeType() local
289 auto RetType = Elements[0]; in completeType()
295 for (unsigned I = 1, N = Elements.size(); I < N; ++I) { in completeType()
297 auto Element = Elements[I]; in completeType()
457 DITypeRefArray Elements = STy->getTypeArray(); in visitSubroutineType() local
458 uint32_t VLen = Elements.size() - 1; in visitSubroutineType()
473 for (const auto Element : Elements) { in visitSubroutineType()
481 const DINodeArray Elements = CTy->getElements(); in visitStructType() local
482 uint32_t VLen = Elements.size(); in visitStructType()
488 for (const auto *Element : Elements) { in visitStructType()
502 for (const auto *Element : Elements) in visitStructType()
513 DINodeArray Elements = CTy->getElements(); in visitArrayType() local
514 for (int I = Elements.size() - 1; I >= 0; --I) { in visitArrayType()
515 if (auto *Element = dyn_cast_or_null<DINode>(Elements[I])) in visitArrayType()
546 DINodeArray Elements = CTy->getElements(); in visitEnumType() local
547 uint32_t VLen = Elements.size(); in visitEnumType()
713 const DINodeArray Elements = CTy->getElements(); in visitMapDefType() local
714 for (const auto *Element : Elements) { in visitMapDefType()