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

Declarations

tools/lld/wasm/InputFiles.h
  130   FunctionSymbol *getFunctionSymbol(uint32_t index) const;

References

tools/lld/wasm/InputFiles.cpp
  180     if (!getFunctionSymbol(reloc.Index)->hasTableIndex())
  182     uint32_t index = getFunctionSymbol(reloc.Index)->getTableIndex();
  198     return getFunctionSymbol(reloc.Index)->getFunctionIndex();
tools/lld/wasm/MarkLive.cpp
   71         auto* initSym = obj->getFunctionSymbol(f.Symbol);
   94         enqueue(obj->getFunctionSymbol(f.Symbol));
tools/lld/wasm/Writer.cpp
  939       FunctionSymbol *sym = file->getFunctionSymbol(f.Symbol);