Searched refs:TyInfo (Results 1 – 8 of 8) sorted by relevance
387 std::vector<const GlobalVariable *> TyInfo; in AddCatchInfo() local397 TyInfo.reserve(N - FirstCatch); in AddCatchInfo()399 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j))); in AddCatchInfo()400 MMI->addCatchTypeInfo(MBB, TyInfo); in AddCatchInfo()401 TyInfo.clear(); in AddCatchInfo()409 TyInfo.reserve(FilterLength - 1); in AddCatchInfo()411 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j))); in AddCatchInfo()412 MMI->addFilterTypeInfo(MBB, TyInfo); in AddCatchInfo()413 TyInfo.clear(); in AddCatchInfo()421 TyInfo.reserve(N - 2); in AddCatchInfo()[all …]
328 ArrayRef<const GlobalValue *> TyInfo) { in addCatchTypeInfo() argument330 for (unsigned N = TyInfo.size(); N; --N) in addCatchTypeInfo()331 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1])); in addCatchTypeInfo()338 ArrayRef<const GlobalValue *> TyInfo) { in addFilterTypeInfo() argument340 std::vector<unsigned> IdsInFilter(TyInfo.size()); in addFilterTypeInfo()341 for (unsigned I = 0, E = TyInfo.size(); I != E; ++I) in addFilterTypeInfo()342 IdsInFilter[I] = getTypeIDFor(TyInfo[I]); in addFilterTypeInfo()
432 ArrayRef<const GlobalVariable *> TyInfo) { in addCatchTypeInfo() argument434 for (unsigned N = TyInfo.size(); N; --N) in addCatchTypeInfo()435 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1])); in addCatchTypeInfo()442 ArrayRef<const GlobalVariable *> TyInfo) { in addFilterTypeInfo() argument444 std::vector<unsigned> IdsInFilter(TyInfo.size()); in addFilterTypeInfo()445 for (unsigned I = 0, E = TyInfo.size(); I != E; ++I) in addFilterTypeInfo()446 IdsInFilter[I] = getTypeIDFor(TyInfo[I]); in addFilterTypeInfo()
487 SmallVector<Constant *, 4> TyInfo; in TransferClausesToLandingPadInst() local488 TyInfo.reserve(FilterLength - 1); in TransferClausesToLandingPadInst()490 TyInfo.push_back(cast<Constant>(EHSel->getArgOperand(j))); in TransferClausesToLandingPadInst()492 ArrayType::get(!TyInfo.empty() ? TyInfo[0]->getType() : in TransferClausesToLandingPadInst()494 TyInfo.size()); in TransferClausesToLandingPadInst()495 LPI->addClause(ConstantArray::get(AType, TyInfo)); in TransferClausesToLandingPadInst()
305 ArrayRef<const GlobalVariable *> TyInfo);310 ArrayRef<const GlobalVariable *> TyInfo);
330 ArrayRef<const GlobalValue *> TyInfo);335 ArrayRef<const GlobalValue *> TyInfo);
559 auto TyInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArgInstr() local560 CharUnits TyAlignForABI = TyInfo.second; in EmitVAArgInstr()4722 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitAAPCSVAArg() local4723 CharUnits TyAlign = TyInfo.second; in EmitAAPCSVAArg()4729 int RegSize = IsIndirect ? 8 : TyInfo.first.getQuantity(); in EmitAAPCSVAArg()4864 TyInfo.first < SlotSize) { in EmitAAPCSVAArg()4865 CharUnits Offset = SlotSize - TyInfo.first; in EmitAAPCSVAArg()4908 StackSize = TyInfo.first.alignTo(StackSlotSize); in EmitAAPCSVAArg()4918 TyInfo.first < StackSlotSize) { in EmitAAPCSVAArg()4919 CharUnits Offset = StackSlotSize - TyInfo.first; in EmitAAPCSVAArg()[all …]
2033 if (TypeSourceInfo *TyInfo = GetTypeSourceInfo(Record, Idx)) { in VisitClassTemplateSpecializationDeclImpl() local2036 ExplicitInfo->TypeAsWritten = TyInfo; in VisitClassTemplateSpecializationDeclImpl()2112 if (TypeSourceInfo *TyInfo = GetTypeSourceInfo(Record, Idx)) { in VisitVarTemplateSpecializationDeclImpl() local2115 ExplicitInfo->TypeAsWritten = TyInfo; in VisitVarTemplateSpecializationDeclImpl()