reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
28 SymbolMap = DenseMap<size_t, Symbol *>(Symbols.size()); 30 SymbolMap[Sym.UniqueId] = &Sym; 34 auto It = SymbolMap.find(UniqueId); 35 if (It == SymbolMap.end()) 53 auto It = SymbolMap.find(R.Target); 54 if (It == SymbolMap.end())