Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp33 DenseMap<Type *, Type *> MappedTypes; member in __anon1bd317f30111::TypeMapTy
91 MappedTypes.erase(Ty); in addTypeMapping()
121 Type *&Entry = MappedTypes[SrcTy]; in areTypesIsomorphic()
202 StructType *DstSTy = cast<StructType>(MappedTypes[SrcSTy]); in linkDefinedTypeBodies()
238 Type **Entry = &MappedTypes[Ty]; in get()
247 for (auto &Pair : MappedTypes) { in get()
277 Entry = &MappedTypes[Ty]; in get()