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

References

tools/lld/wasm/Driver.cpp
  320   config->importTable = args.hasArg(OPT_import_table);
  378     config->importTable = true;
  407   if (config->importTable && config->exportTable)
tools/lld/wasm/SyntheticSections.cpp
   99   if (config->importTable)
  145   if (config->importTable) {
tools/lld/wasm/SyntheticSections.h
  168     return !config->importTable;