Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp428 FieldIDType LayoutFieldIndex; member
565 return Fields[Id].LayoutFieldIndex; in getLayoutFieldIndex()
578 setFieldIndex(I, Field.LayoutFieldIndex); in updateLayoutIndex()
775 F.LayoutFieldIndex = FieldTypes.size(); in finish()
791 assert(Ty->getElementType(F.LayoutFieldIndex) == F.Ty); in finish()
792 assert(Layout->getElementOffset(F.LayoutFieldIndex) == F.Offset); in finish()
1204 Shape.SwitchLowering.IndexField = IndexField.LayoutFieldIndex; in buildFrameType()