Home | History | Annotate | Download | only in Serialization

Lines Matching refs:GlobalTypeMap

2006         GlobalTypeMap.insert(std::make_pair(getTotalNumTypes(), &F));
4205 GlobalTypeMapType::iterator I = GlobalTypeMap.find(Index);
4206 assert(I != GlobalTypeMap.end() && "Corrupted global type map");
5783 dumpModuleIDMap("Global type map", GlobalTypeMap);