Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:RL

666   CGRecordLayout *RL =
670 RL->NonVirtualBases.swap(Builder.NonVirtualBases);
671 RL->CompleteObjectVirtualBases.swap(Builder.VirtualBases);
674 RL->FieldInfo.swap(Builder.Fields);
677 RL->BitFields.swap(Builder.BitFields);
685 RL->print(llvm::outs());
709 dyn_cast<llvm::StructType>(RL->getLLVMType());
720 unsigned FieldNo = RL->getLLVMFieldNo(FD);
734 const CGBitFieldInfo &Info = RL->getBitFieldInfo(FD);
735 llvm::Type *ElementTy = ST->getTypeAtIndex(RL->getLLVMFieldNo(FD));
765 return RL;