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

Declarations

tools/lld/wasm/Symbols.h
  177   uint32_t getFunctionIndex() const;

References

tools/lld/wasm/InputFiles.cpp
  198     return getFunctionSymbol(reloc.Index)->getFunctionIndex();
tools/lld/wasm/SyntheticSections.cpp
  334   writeUleb128(os, WasmSym::initMemory->getFunctionIndex(), "function index");
  363     writeUleb128(os, sym->getFunctionIndex(), "function index");
  400         writeUleb128(sub.os, f->getFunctionIndex(), "index");
  514       writeUleb128(sub.os, f->getFunctionIndex(), "func index");
tools/lld/wasm/Writer.cpp
  524       export_ = {name, WASM_EXTERNAL_FUNCTION, f->getFunctionIndex()};
  872       writeUleb128(os, WasmSym::applyRelocs->getFunctionIndex(),
  879       writeUleb128(os, f.sym->getFunctionIndex(), "function index");