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

References

tools/lld/wasm/MarkLive.cpp
  161     for (InputChunk *c : symtab->syntheticFunctions)
tools/lld/wasm/SymbolTable.cpp
  200   syntheticFunctions.emplace_back(function);
  629   syntheticFunctions.emplace_back(func);
tools/lld/wasm/Writer.cpp
  610   for (InputFunction *func : symtab->syntheticFunctions)