Searched refs:DtorTy (Results 1 – 3 of 3) sorted by relevance
136 QualType DtorTy = getType(); in Value() local139 llvm::dyn_cast<ConstantArrayType>(DtorTy.getTypePtr())) { in Value()140 DtorTy = ArrTy->getElementType(); in Value()149 if (const auto *RT = DtorTy->getAs<RecordType>()) { in Value()
1474 QualType DtorTy = Ctx.getFunctionType(Ctx.VoidTy, {Ctx.VoidPtrTy}, in emitThrow() local1479 Dtor = CGM.getFunctionPointer(Dtor, DtorTy); in emitThrow()
1736 auto *DtorTy = llvm::FunctionType::get(CGM.VoidTy, CGM.VoidPtrTy, in emitThreadPrivateVarDefinition() local1739 Dtor = llvm::Constant::getNullValue(DtorTy); in emitThreadPrivateVarDefinition()