Lines Matching refs:FieldIndex
7870 unsigned FieldIndex = FD->getFieldIndex(); in generateInfoForComponentList() local
7874 PartialStruct.LowestElem = {FieldIndex, LB}; in generateInfoForComponentList()
7879 PartialStruct.HighestElem = {FieldIndex, HB}; in generateInfoForComponentList()
7881 PartialStruct.HighestElem = {FieldIndex, LB}; in generateInfoForComponentList()
7884 } else if (FieldIndex < PartialStruct.LowestElem.first) { in generateInfoForComponentList()
7885 PartialStruct.LowestElem = {FieldIndex, LB}; in generateInfoForComponentList()
7886 } else if (FieldIndex > PartialStruct.HighestElem.first) { in generateInfoForComponentList()
7887 PartialStruct.HighestElem = {FieldIndex, LB}; in generateInfoForComponentList()
8164 unsigned FieldIndex = RL.getNonVirtualBaseLLVMFieldNo(Base); in getPlainLayout() local
8165 RecordLayout[FieldIndex] = Base; in getPlainLayout()
8173 unsigned FieldIndex = RL.getVirtualBaseIndex(Base); in getPlainLayout() local
8174 if (RecordLayout[FieldIndex]) in getPlainLayout()
8176 RecordLayout[FieldIndex] = Base; in getPlainLayout()
8184 unsigned FieldIndex = RL.getLLVMFieldNo(Field); in getPlainLayout() local
8185 RecordLayout[FieldIndex] = Field; in getPlainLayout()