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

References

include/llvm/BinaryFormat/Wasm.h
  346   I32 = WASM_TYPE_I32,
lib/MC/WasmObjectWriter.cpp
 1209       Import.Global = {wasm::WASM_TYPE_I32, true};
lib/ObjectYAML/WasmYAML.cpp
  556   ECase(I32);
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyInstPrinter.cpp
  296   case wasm::WASM_TYPE_I32:
lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
   88                                       : wasm::WASM_TYPE_I32),
tools/lld/wasm/Driver.cpp
  452   wasmGlobal.Type = {WASM_TYPE_I32, isMutable};
  467   static llvm::wasm::WasmGlobalType globalTypeI32 = {WASM_TYPE_I32, false};
  468   static llvm::wasm::WasmGlobalType mutableGlobalTypeI32 = {WASM_TYPE_I32,
tools/lld/wasm/SyntheticSections.cpp
  187     import.Global = {WASM_TYPE_I32, true};
  272     global.Type = {WASM_TYPE_I32, false};
  286     global.Type = {WASM_TYPE_I32, false};