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

References

tools/lld/wasm/Driver.cpp
  319   config->sharedMemory = args.hasArg(OPT_shared_memory);
  502   if (config->sharedMemory && !config->shared) {
tools/lld/wasm/MarkLive.cpp
  101   if (config->sharedMemory && !config->shared)
tools/lld/wasm/SyntheticSections.cpp
  136     if (out.memorySec->maxMemoryPages != 0 || config->sharedMemory) {
  140     if (config->sharedMemory)
  230   bool hasMax = maxMemoryPages != 0 || config->sharedMemory;
  235   if (config->sharedMemory)
  329   return !config->relocatable && numSegments && config->sharedMemory;
  379   return numSegments && config->sharedMemory;
tools/lld/wasm/Writer.cpp
  300   if (config->maxMemory != 0 || config->sharedMemory) {
  422   if (allowed.count("atomics") && !config->sharedMemory) {
  433   if (disallowed.count("atomics") && config->sharedMemory)
  437   if (!allowed.count("atomics") && config->sharedMemory)
  441   if (!allowed.count("bulk-memory") && config->sharedMemory)
  670         if (config->sharedMemory || name == ".tdata")
 1019     if (config->sharedMemory)
 1026   if (!config->relocatable && config->sharedMemory && !config->shared)