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

References

tools/lld/wasm/SyntheticSections.cpp
  254   if (sym->requiresGOT)
  256   LLVM_DEBUG(dbgs() << "addStaticGOTEntry: " << sym->getName() << " "
  257                     << toString(sym->kind()) << "\n");
  258   sym->requiresGOT = true;
  259   if (auto *F = dyn_cast<FunctionSymbol>(sym))
  261   staticGotSymbols.push_back(sym);