Lines Matching refs:Elements
179 DINodeArray Elements = ETy->getElements(); in completeType() local
180 for (const auto Element : Elements) { in completeType()
218 DINodeArray Elements = ETy->getElements(); in completeType() local
219 for (const auto Element : Elements) { in completeType()
293 const DINodeArray Elements = STy->getElements(); in completeType() local
294 for (const auto *Element : Elements) { in completeType()
341 DITypeRefArray Elements = STy->getTypeArray(); in completeType() local
342 auto RetType = Elements[0]; in completeType()
348 for (unsigned I = 1, N = Elements.size(); I < N; ++I) { in completeType()
350 auto Element = Elements[I]; in completeType()
559 DITypeRefArray Elements = STy->getTypeArray(); in visitSubroutineType() local
560 uint32_t VLen = Elements.size() - 1; in visitSubroutineType()
575 for (const auto Element : Elements) { in visitSubroutineType()
642 const DINodeArray Elements = CTy->getElements(); in visitStructType() local
643 uint32_t VLen = Elements.size(); in visitStructType()
649 for (const auto *Element : Elements) { in visitStructType()
667 for (const auto *Element : Elements) { in visitStructType()
682 DINodeArray Elements = CTy->getElements(); in visitArrayType() local
683 for (int I = Elements.size() - 1; I >= 0; --I) { in visitArrayType()
684 if (auto *Element = dyn_cast_or_null<DINode>(Elements[I])) in visitArrayType()
715 DINodeArray Elements = CTy->getElements(); in visitEnumType() local
716 uint32_t VLen = Elements.size(); in visitEnumType()
926 const DINodeArray Elements = CTy->getElements(); in visitMapDefType() local
927 for (const auto *Element : Elements) { in visitMapDefType()