Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:RL

2208     const ASTRecordLayout &RL = CGM.getContext().getASTRecordLayout(RD);
2210 CGM.getContext().toCharUnitsFromBits(RL.getFieldOffset(i));
5890 const ASTRecordLayout &RL =
5894 InstanceSize = RL.getDataSize().getQuantity();
5897 if (!RL.getFieldCount())
5900 InstanceStart = RL.getFieldOffset(0) / CGM.getContext().getCharWidth();