Searched refs:remapType (Results 1 – 4 of 4) sorted by relevance
367 NewTy = cast<FunctionType>(TypeMapper->remapType(NewTy)); in mapValue()447 NewTy = TypeMapper->remapType(NewTy); in mapValue()476 NewTy = TypeMapper->remapType(NewTy); in mapValue()505 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType()); in mapValue()940 Tys.push_back(TypeMapper->remapType(Ty)); in remapInstruction()942 TypeMapper->remapType(I->getType()), Tys, FTy->isVarArg())); in remapInstruction()952 TypeMapper->remapType(Ty)); in remapInstruction()961 AI->setAllocatedType(TypeMapper->remapType(AI->getAllocatedType())); in remapInstruction()964 TypeMapper->remapType(GEP->getSourceElementType())); in remapInstruction()966 TypeMapper->remapType(GEP->getResultElementType())); 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
45 virtual Type *remapType(Type *SrcTy) = 0;
75 Type *remapType(Type *SrcTy) override { return get(SrcTy); } in remapType() function in __anon1bd317f30111::TypeMapTy