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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp30 class TypeMapTy : public ValueMapTypeRemapper { class in namespace:__anon3708
50 TypeMapTy(IRMover::IdentifiedStructTypeSet &DstStructTypesSet) function in class:__anon3708::TypeMapTy
80 void TypeMapTy::addTypeMapping(Type *DstTy, Type *SrcTy) {
114 bool TypeMapTy::areTypesIsomorphic(Type *DstTy, Type *SrcTy) {
198 void TypeMapTy::linkDefinedTypeBodies() {
216 void TypeMapTy::finishType(StructType *DTy, StructType *STy,
230 Type *TypeMapTy::get(Type *Ty) {
235 Type *TypeMapTy::get(Type *Ty, SmallPtrSet<StructType *, 8> &Visited) {
393 TypeMapTy TypeMap;

Completed in 109 milliseconds