Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:BaseTy

692   llvm::StructType *BaseTy = nullptr;
694 BaseTy = Ty;
698 BaseTy = llvm::StructType::create(
700 addRecordTypeName(D, BaseTy, ".base");
701 // BaseTy and Ty must agree on their packedness for getLLVMFieldNo to work
714 new CGRecordLayout(Ty, BaseTy, Builder.IsZeroInitializable,
743 if (BaseTy) {
750 getDataLayout().getTypeAllocSizeInBits(BaseTy) &&