Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:RL

3854       const ASTRecordLayout &RL = CGM.getContext().getASTRecordLayout(RD);
3855 FieldOffset = (RL.getFieldOffset(i) / ByteSizeInBits) - FirstFieldDelta;
5091 const ASTRecordLayout &RL =
5095 InstanceSize = RL.getDataSize().getQuantity();
5098 if (!RL.getFieldCount())
5101 InstanceStart = RL.getFieldOffset(0) / CGM.getContext().getCharWidth();