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

References

tools/lld/wasm/SyntheticSections.cpp
  106   if (sym->hasGOTIndex())
  108   LLVM_DEBUG(dbgs() << "addGOTEntry: " << toString(*sym) << "\n");
  109   sym->setGOTIndex(numImportedGlobals++);
  110   gotSymbols.push_back(sym);