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

Declarations

tools/lld/wasm/Symbols.h
  465   static DefinedFunction *initMemory;

References

tools/lld/wasm/Driver.cpp
  506     WasmSym::initMemory = symtab->addSyntheticFunction(
tools/lld/wasm/MarkLive.cpp
  102     enqueue(WasmSym::initMemory);
tools/lld/wasm/SyntheticSections.cpp
  334   writeUleb128(os, WasmSym::initMemory->getFunctionIndex(), "function index");
tools/lld/wasm/Writer.cpp
  835   createFunction(WasmSym::initMemory, bodyContent);