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

References

lib/Object/WasmObjectFile.cpp
  180     Expr.Value.Global = readULEB128(Ctx);
lib/ObjectYAML/WasmEmitter.cpp
  147     encodeULEB128(InitExpr.Value.Global, OS);
lib/ObjectYAML/WasmYAML.cpp
  434     IO.mapRequired("Index", Expr.Value.Global);
tools/lld/wasm/OutputSections.cpp
  153         initExpr.Value.Global = WasmSym::memoryBase->getGlobalIndex();
tools/lld/wasm/SyntheticSections.cpp
  352     initExpr.Value.Global = WasmSym::tableBase->getGlobalIndex();
tools/lld/wasm/WriterUtils.cpp
  145     writeUleb128(os, initExpr.Value.Global, "literal (global index)");