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

Declarations

tools/lld/wasm/Symbols.h
  173   uint32_t getTableIndex() const;

References

tools/lld/wasm/InputFiles.cpp
  182     uint32_t index = getFunctionSymbol(reloc.Index)->getTableIndex();
tools/lld/wasm/MarkLive.cpp
  127         if (funcSym->hasTableIndex() && funcSym->getTableIndex() == 0)
tools/lld/wasm/SyntheticSections.cpp
  277       global.InitExpr.Value.Int32 = f->getTableIndex();
  362     assert(sym->getTableIndex() == tableIndex);