Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:BaseTy

649   llvm::StructType *BaseTy = nullptr;
651 BaseTy = Ty;
655 BaseTy = llvm::StructType::create(
657 addRecordTypeName(D, BaseTy, ".base");
667 new CGRecordLayout(Ty, BaseTy, Builder.IsZeroInitializable,
696 if (BaseTy) {
703 getDataLayout().getTypeAllocSizeInBits(BaseTy) &&