Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getStructField

3103   InitStruct.getStructField(0) = APValue(llvm::APSInt(Field0));
3104 InitStruct.getStructField(1) = APValue(llvm::APSInt(Field1));
3105 InitStruct.getStructField(2) = APValue(llvm::APSInt(Field2));
3106 APValue& Arr = InitStruct.getStructField(3);