reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1076 _atomToSymbolIndex[atom] = file.localSymbols.size(); 1092 _atomToSymbolIndex[atom] = file.localSymbols.size(); 1109 _atomToSymbolIndex[ai.atom] = globalStartIndex + file.globalSymbols.size(); 1141 _atomToSymbolIndex[ai.atom] = file.undefinedSymbols.size() + start; 1181 uint32_t index = _atomToSymbolIndex[target]; 1200 uint32_t index = _atomToSymbolIndex[target]; 1209 uint32_t index = _atomToSymbolIndex[target]; 1298 auto pos = _atomToSymbolIndex.find(&atom); 1299 assert(pos != _atomToSymbolIndex.end());