Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:RL

713   CGRecordLayout *RL =
717 RL->NonVirtualBases.swap(Builder.NonVirtualBases);
718 RL->CompleteObjectVirtualBases.swap(Builder.VirtualBases);
721 RL->FieldInfo.swap(Builder.Fields);
724 RL->BitFields.swap(Builder.BitFields);
732 RL->print(llvm::outs());
756 dyn_cast<llvm::StructType>(RL->getLLVMType());
767 unsigned FieldNo = RL->getLLVMFieldNo(FD);
781 const CGBitFieldInfo &Info = RL->getBitFieldInfo(FD);
782 llvm::Type *ElementTy = ST->getTypeAtIndex(RL->getLLVMFieldNo(FD));
812 return RL;