Lines Matching refs:FieldIndex
7225 unsigned FieldIndex = FD->getFieldIndex(); in generateInfoForComponentList() local
7229 PartialStruct.LowestElem = {FieldIndex, LB}; in generateInfoForComponentList()
7230 PartialStruct.HighestElem = {FieldIndex, LB}; in generateInfoForComponentList()
7232 } else if (FieldIndex < PartialStruct.LowestElem.first) { in generateInfoForComponentList()
7233 PartialStruct.LowestElem = {FieldIndex, LB}; in generateInfoForComponentList()
7234 } else if (FieldIndex > PartialStruct.HighestElem.first) { in generateInfoForComponentList()
7235 PartialStruct.HighestElem = {FieldIndex, LB}; in generateInfoForComponentList()
7316 unsigned FieldIndex = RL.getNonVirtualBaseLLVMFieldNo(Base); in getPlainLayout() local
7317 RecordLayout[FieldIndex] = Base; in getPlainLayout()
7325 unsigned FieldIndex = RL.getVirtualBaseIndex(Base); in getPlainLayout() local
7326 if (RecordLayout[FieldIndex]) in getPlainLayout()
7328 RecordLayout[FieldIndex] = Base; in getPlainLayout()
7336 unsigned FieldIndex = RL.getLLVMFieldNo(Field); in getPlainLayout() local
7337 RecordLayout[FieldIndex] = Field; in getPlainLayout()