Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp41 class TypeMapTy : public ValueMapTypeRemapper { class
61 TypeMapTy(IRMover::IdentifiedStructTypeSet &DstStructTypesSet) in TypeMapTy() function in __anon8299d39e0111::TypeMapTy
91 void TypeMapTy::addTypeMapping(Type *DstTy, Type *SrcTy) { in addTypeMapping()
125 bool TypeMapTy::areTypesIsomorphic(Type *DstTy, Type *SrcTy) { in areTypesIsomorphic()
209 void TypeMapTy::linkDefinedTypeBodies() { in linkDefinedTypeBodies()
227 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType()
241 Type *TypeMapTy::get(Type *Ty) { in get()
246 Type *TypeMapTy::get(Type *Ty, SmallPtrSet<StructType *, 8> &Visited) { in get()
394 TypeMapTy TypeMap;