reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
 1050     file.stabsSymbols.push_back(sym);
 1076           _atomToSymbolIndex[atom] = file.localSymbols.size();
 1077           file.localSymbols.push_back(sym);
 1086         sym.name  = tempRef.copy(file.ownedAllocations);
 1092         _atomToSymbolIndex[atom] = file.localSymbols.size();
 1093         file.localSymbols.push_back(sym);
 1100   const uint32_t globalStartIndex = file.localSymbols.size();
 1109     _atomToSymbolIndex[ai.atom] = globalStartIndex + file.globalSymbols.size();
 1110     file.globalSymbols.push_back(sym);
 1125   const uint32_t start = file.globalSymbols.size() + file.localSymbols.size();
 1125   const uint32_t start = file.globalSymbols.size() + file.localSymbols.size();
 1141     _atomToSymbolIndex[ai.atom] = file.undefinedSymbols.size() + start;
 1142     file.undefinedSymbols.push_back(sym);