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

Declarations

tools/lld/wasm/WriterUtils.h
   49 void writeGlobalType(raw_ostream &os, const llvm::wasm::WasmGlobalType &type);

References

tools/lld/wasm/WriterUtils.cpp
  167   writeGlobalType(os, global.Type);
  194     writeGlobalType(os, import.Global);