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

References

include/llvm/BinaryFormat/Wasm.h
  377   return LHS.Type == RHS.Type && LHS.Mutable == RHS.Mutable;
  377   return LHS.Type == RHS.Type && LHS.Mutable == RHS.Mutable;
include/llvm/Object/WasmTraits.h
   58     return hash_combine(GlobalType.Type, GlobalType.Mutable);
lib/MC/WasmObjectWriter.cpp
  719       W.OS << char(Import.Global.Type);
lib/Object/WasmObjectFile.cpp
  911       Im.Global.Type = readUint8(Ctx);
  992     Global.Type.Type = readUint8(Ctx);
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp
   74             static_cast<wasm::ValType>(Sym->getGlobalType().Type))
tools/lld/wasm/WriterUtils.cpp
   56          toString(static_cast<ValType>(type.Type));
  162   writeValueType(os, ValType(type.Type), "global type");
tools/obj2yaml/wasm2yaml.cpp
  222           Im.GlobalImport.Type = Import.Global.Type;
  270         G.Type = Global.Type.Type;