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

References

tools/lld/wasm/InputFiles.cpp
  145         functions[sym.Info.ElementIndex - wasmObj->getNumImportedFunctions()];
  330   functions.reserve(funcs.size());
  335     functions.emplace_back(func);
  337   setRelocs(functions, codeSection);
  398         functions[sym.Info.ElementIndex - wasmObj->getNumImportedFunctions()];
tools/lld/wasm/MarkLive.cpp
  148       for (InputChunk *c : obj->functions)
tools/lld/wasm/Writer.cpp
  596     for (InputChunk *chunk : file->functions)
  615     for (InputFunction *func : file->functions)