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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp32 DenseMap<Type *, Type *> MappedTypes; member in class:__anon3708::TypeMapTy
35 /// add types to MappedTypes, but keep track of them here in case we need to
90 MappedTypes.erase(Ty);
119 // If we have an entry in the MappedTypes table, then we have our answer.
120 Type *&Entry = MappedTypes[SrcTy];
201 StructType *DstSTy = cast<StructType>(MappedTypes[SrcSTy]);
237 Type **Entry = &MappedTypes[Ty];
249 // added to MappedTypes. (PR37684)
255 for (auto &Pair : MappedTypes) {
285 Entry = &MappedTypes[T
[all...]

Completed in 61 milliseconds