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

References

tools/lld/wasm/SyntheticSections.cpp
   96   uint32_t numImports = importedSymbols.size() + gotSymbols.size();
  115   importedSymbols.emplace_back(sym);
  156   for (const Symbol *sym : importedSymbols) {
  512   for (const Symbol *s : out.importSec->importedSymbols) {
tools/lld/wasm/Writer.cpp
  579   for (const Symbol *sym : out.importSec->importedSymbols) {