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

Declarations

tools/lld/wasm/Symbols.h
   70   bool isHidden() const;

References

tools/lld/wasm/Relocations.cpp
   20   return config->isPic && !sym->isHidden() && !sym->isLocal();
tools/lld/wasm/Symbols.cpp
  189   if (config->exportDynamic && !isHidden())