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

References

tools/lld/wasm/Writer.cpp
  524       export_ = {name, WASM_EXTERNAL_FUNCTION, f->getFunctionIndex()};
  534       export_ = {name, WASM_EXTERNAL_GLOBAL, g->getGlobalIndex()};
  536       export_ = {name, WASM_EXTERNAL_EVENT, e->getEventIndex()};
  540       export_ = {name, WASM_EXTERNAL_GLOBAL, globalIndex++};
  543     LLVM_DEBUG(dbgs() << "Export: " << name << "\n");