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

References

tools/lld/wasm/InputFiles.cpp
  392   StringRef name = sym.Info.Name;
  393   uint32_t flags = sym.Info.Flags;
  395   switch (sym.Info.Kind) {
  398         functions[sym.Info.ElementIndex - wasmObj->getNumImportedFunctions()];
  399     if (sym.isBindingLocal())
  406     InputSegment *seg = segments[sym.Info.DataRef.Segment];
  407     uint32_t offset = sym.Info.DataRef.Offset;
  408     uint32_t size = sym.Info.DataRef.Size;
  409     if (sym.isBindingLocal())
  417         globals[sym.Info.ElementIndex - wasmObj->getNumImportedGlobals()];
  418     if (sym.isBindingLocal())
  423     InputSection *section = customSectionsByIndex[sym.Info.ElementIndex];
  424     assert(sym.isBindingLocal());
  429         events[sym.Info.ElementIndex - wasmObj->getNumImportedEvents()];
  430     if (sym.isBindingLocal())