Lines Matching refs:Elements

181   DINodeArray Elements = ETy->getElements();  in completeType()  local
182 for (const auto Element : Elements) { in completeType()
220 DINodeArray Elements = ETy->getElements(); in completeType() local
221 for (const auto Element : Elements) { in completeType()
295 const DINodeArray Elements = STy->getElements(); in completeType() local
296 for (const auto *Element : Elements) { in completeType()
343 DITypeRefArray Elements = STy->getTypeArray(); in completeType() local
344 auto RetType = Elements[0]; in completeType()
350 for (unsigned I = 1, N = Elements.size(); I < N; ++I) { in completeType()
352 auto Element = Elements[I]; in completeType()
561 DITypeRefArray Elements = STy->getTypeArray(); in visitSubroutineType() local
562 uint32_t VLen = Elements.size() - 1; in visitSubroutineType()
577 for (const auto Element : Elements) { in visitSubroutineType()
663 const DINodeArray Elements = CTy->getElements(); in visitStructType() local
664 uint32_t VLen = Elements.size(); in visitStructType()
670 for (const auto *Element : Elements) { in visitStructType()
688 for (const auto *Element : Elements) { in visitStructType()
703 DINodeArray Elements = CTy->getElements(); in visitArrayType() local
704 for (int I = Elements.size() - 1; I >= 0; --I) { in visitArrayType()
705 if (auto *Element = dyn_cast_or_null<DINode>(Elements[I])) in visitArrayType()
736 DINodeArray Elements = CTy->getElements(); in visitEnumType() local
737 uint32_t VLen = Elements.size(); in visitEnumType()
965 const DINodeArray Elements = CTy->getElements(); in visitMapDefType() local
966 for (const auto *Element : Elements) { in visitMapDefType()