Searched refs:remapType (Results 1 – 4 of 4) sorted by relevance
366 NewTy = cast<FunctionType>(TypeMapper->remapType(NewTy)); in mapValue()451 NewTy = TypeMapper->remapType(NewTy); in mapValue()486 NewTy = TypeMapper->remapType(NewTy); in mapValue()515 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType()); in mapValue()957 Tys.push_back(TypeMapper->remapType(Ty)); in remapInstruction()959 TypeMapper->remapType(I->getType()), Tys, FTy->isVarArg())); in remapInstruction()970 TypeMapper->remapType(Ty)); in remapInstruction()979 AI->setAllocatedType(TypeMapper->remapType(AI->getAllocatedType())); in remapInstruction()982 TypeMapper->remapType(GEP->getSourceElementType())); in remapInstruction()984 TypeMapper->remapType(GEP->getResultElementType())); 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
44 virtual Type *remapType(Type *SrcTy) = 0;
85 Type *remapType(Type *SrcTy) override { return get(SrcTy); } in remapType() function in __anon22106ae40111::TypeMapTy