Searched refs:TypeMapTy (Results 1 – 1 of 1) sorted by relevance
32 class TypeMapTy : public ValueMapTypeRemapper { class52 TypeMapTy(IRMover::IdentifiedStructTypeSet &DstStructTypesSet) in TypeMapTy() function in __anone8cafb1c0111::TypeMapTy82 void TypeMapTy::addTypeMapping(Type *DstTy, Type *SrcTy) { in addTypeMapping()116 bool TypeMapTy::areTypesIsomorphic(Type *DstTy, Type *SrcTy) { in areTypesIsomorphic()200 void TypeMapTy::linkDefinedTypeBodies() { in linkDefinedTypeBodies()218 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType()232 Type *TypeMapTy::get(Type *Ty) { in get()237 Type *TypeMapTy::get(Type *Ty, SmallPtrSet<StructType *, 8> &Visited) { in get()385 TypeMapTy TypeMap;