Searched refs:remapType (Results 1 – 4 of 4) sorted by relevance
368 NewTy = cast<FunctionType>(TypeMapper->remapType(NewTy)); in mapValue()453 NewTy = TypeMapper->remapType(NewTy); in mapValue()488 NewTy = TypeMapper->remapType(NewTy); in mapValue()517 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType()); in mapValue()1004 Tys.push_back(TypeMapper->remapType(Ty)); in remapInstruction()1006 TypeMapper->remapType(I->getType()), Tys, FTy->isVarArg())); in remapInstruction()1026 AI->setAllocatedType(TypeMapper->remapType(AI->getAllocatedType())); in remapInstruction()1029 TypeMapper->remapType(GEP->getSourceElementType())); in remapInstruction()1031 TypeMapper->remapType(GEP->getResultElementType())); in remapInstruction()1033 I->mutateType(TypeMapper->remapType(I->getType())); in remapInstruction()[all …]
107 Error remapType(const CVType &Type);348 Buffer, [this](const CVType &T) { return remapType(T); }); in remapAllTypes()351 Error TypeStreamMerger::remapType(const CVType &Type) { in remapType() function in TypeStreamMerger
48 virtual Type *remapType(Type *SrcTy) = 0;
85 Type *remapType(Type *SrcTy) override { return get(SrcTy); } in remapType() function in __anon8299d39e0111::TypeMapTy