Home
last modified time | relevance | path

Searched refs:WASM_TYPE_I32 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h54 WASM_TYPE_I32 = 0x7F, enumerator
258 I32 = WASM_TYPE_I32,
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTypeUtilities.cpp53 case wasm::WASM_TYPE_I32: in anyTypeToString()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp936 case wasm::WASM_TYPE_I32: in writeGlobalSection()
1442 Import.Global = {wasm::WASM_TYPE_I32, true}; in writeObject()
1671 case wasm::WASM_TYPE_I32: in writeOneObject()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp237 : wasm::WASM_TYPE_I32), in getOrCreateWasmSymbol()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp493 static_cast<uint8_t>(PointerSize == 4 ? wasm::WASM_TYPE_I32 in addWasmRelocBaseGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp183 case wasm::WASM_TYPE_I32: in parseValType()