Searched refs:remapType (Results 1 – 10 of 10) sorted by relevance
369 NewTy = cast<FunctionType>(TypeMapper->remapType(NewTy)); in mapValue()443 NewTy = TypeMapper->remapType(NewTy); in mapValue()472 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType()); in mapValue()914 Tys.push_back(TypeMapper->remapType(Ty)); in remapInstruction()916 TypeMapper->remapType(I->getType()), Tys, FTy->isVarArg())); in remapInstruction()920 AI->setAllocatedType(TypeMapper->remapType(AI->getAllocatedType())); in remapInstruction()923 TypeMapper->remapType(GEP->getSourceElementType())); in remapInstruction()925 TypeMapper->remapType(GEP->getResultElementType())); in remapInstruction()927 I->mutateType(TypeMapper->remapType(I->getType())); in remapInstruction()950 A.mutateType(TypeMapper->remapType(A.getType())); in remapFunction()
368 NewTy = cast<FunctionType>(TypeMapper->remapType(NewTy)); in mapValue()442 NewTy = TypeMapper->remapType(NewTy); in mapValue()471 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType()); in mapValue()898 Tys.push_back(TypeMapper->remapType(Ty)); in remapInstruction()900 TypeMapper->remapType(I->getType()), Tys, FTy->isVarArg())); in remapInstruction()904 AI->setAllocatedType(TypeMapper->remapType(AI->getAllocatedType())); in remapInstruction()907 TypeMapper->remapType(GEP->getSourceElementType())); in remapInstruction()909 TypeMapper->remapType(GEP->getResultElementType())); in remapInstruction()911 I->mutateType(TypeMapper->remapType(I->getType())); in remapInstruction()930 A.mutateType(TypeMapper->remapType(A.getType())); in remapFunction()
42 NewTy = cast<FunctionType>(TypeMapper->remapType(NewTy)); in MapValue()116 NewTy = TypeMapper->remapType(NewTy); in MapValue()199 I->mutateType(TypeMapper->remapType(I->getType())); in RemapInstruction()
98 Error remapType(const CVType &Type);344 Buffer, [this](const CVType &T) { return remapType(T); }); in remapAllTypes()347 Error TypeStreamMerger::remapType(const CVType &Type) { in remapType() function in TypeStreamMerger
34 virtual Type *remapType(Type *SrcTy) = 0;
35 virtual Type *remapType(Type *SrcTy) = 0;
46 virtual Type *remapType(Type *SrcTy) = 0;
64 Type *remapType(Type *SrcTy) { in remapType() function in __anon2872dd220111::TypeMapTy
75 Type *remapType(Type *SrcTy) override { return get(SrcTy); } in remapType() function in __anon061754930111::TypeMapTy
75 Type *remapType(Type *SrcTy) override { return get(SrcTy); } in remapType() function in __anone3fe09eb0111::TypeMapTy