Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp421 FieldIDType LayoutFieldIndex; member
536 return Fields[Id].LayoutFieldIndex; in getLayoutFieldIndex()
549 setFieldIndex(I, Field.LayoutFieldIndex); in updateLayoutIndex()
746 F.LayoutFieldIndex = FieldTypes.size(); in finish()
758 assert(Ty->getElementType(F.LayoutFieldIndex) == F.Ty); in finish()
759 assert(Layout->getElementOffset(F.LayoutFieldIndex) == F.Offset); in finish()
1153 Shape.SwitchLowering.IndexField = IndexField.LayoutFieldIndex; in buildFrameType()