Searched refs:remapType (Results 1 – 4 of 4) sorted by relevance
368 NewTy = cast<FunctionType>(TypeMapper->remapType(NewTy)); in mapValue()452 NewTy = TypeMapper->remapType(NewTy); in mapValue()487 NewTy = TypeMapper->remapType(NewTy); in mapValue()516 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType()); in mapValue()958 Tys.push_back(TypeMapper->remapType(Ty)); in remapInstruction()960 TypeMapper->remapType(I->getType()), Tys, FTy->isVarArg())); in remapInstruction()980 AI->setAllocatedType(TypeMapper->remapType(AI->getAllocatedType())); in remapInstruction()983 TypeMapper->remapType(GEP->getSourceElementType())); in remapInstruction()985 TypeMapper->remapType(GEP->getResultElementType())); in remapInstruction()987 I->mutateType(TypeMapper->remapType(I->getType())); in remapInstruction()[all …]
106 Error remapType(const CVType &Type);349 Buffer, [this](const CVType &T) { return remapType(T); }); in remapAllTypes()352 Error TypeStreamMerger::remapType(const CVType &Type) { in remapType() function in TypeStreamMerger
44 virtual Type *remapType(Type *SrcTy) = 0;
82 Type *remapType(Type *SrcTy) override { return get(SrcTy); } in remapType() function in __anon496259980111::TypeMapTy