Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp367 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 …]
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h45 virtual Type *remapType(Type *SrcTy) = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp75 Type *remapType(Type *SrcTy) override { return get(SrcTy); } in remapType() function in __anon1bd317f30111::TypeMapTy