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

References

tools/lld/wasm/Symbols.cpp
  201     return f->function->getFunctionIndex();
tools/lld/wasm/SyntheticSections.cpp
  459           ComdatEntry{WASM_COMDAT_FUNCTION, f->getFunctionIndex()});
  520       writeUleb128(sub.os, f->getFunctionIndex(), "func index");