Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Info

414   // Add the bit field info.
513 // Add the bit field info.
1016 // Add bitfield info.
1088 const CGBitFieldInfo &Info = RL->getBitFieldInfo(FD);
1089 for (unsigned i = 0, e = Info.getNumComponents(); i != e; ++i) {
1090 const CGBitFieldInfo::AccessInfo &AI = Info.getComponent(i);