Home
last modified time | relevance | path

Searched refs:remapType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp368 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 …]
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp106 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
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h44 virtual Type *remapType(Type *SrcTy) = 0;
/llvm-project-15.0.7/llvm/lib/Linker/
H A DIRMover.cpp82 Type *remapType(Type *SrcTy) override { return get(SrcTy); } in remapType() function in __anon496259980111::TypeMapTy