Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DValueMapper.cpp366 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 …]
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
DTypeStreamMerger.cpp107 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
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DValueMapper.h44 virtual Type *remapType(Type *SrcTy) = 0;
/openbsd/src/gnu/llvm/llvm/lib/Linker/
DIRMover.cpp85 Type *remapType(Type *SrcTy) override { return get(SrcTy); } in remapType() function in __anon22106ae40111::TypeMapTy