Searched refs:writeValueType (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | WriterUtils.cpp | 121 void writeValueType(raw_ostream &os, ValType type, const Twine &msg) { in writeValueType() function 130 writeValueType(os, paramType, "param type"); in writeSig() 134 writeValueType(os, returnType, "result type"); in writeSig() 185 writeValueType(os, ValType::EXTERNREF, "literal (externref type)"); in writeInitExprMVP() 202 writeValueType(os, ValType(type.Type), "global type"); in writeGlobalType() 207 writeValueType(os, ValType(type.ElemType), "table type"); in writeTableType()
|
| H A D | WriterUtils.h | 38 void writeValueType(raw_ostream &os, llvm::wasm::ValType type,
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 328 void writeValueType(wasm::ValType Ty) { W->OS << static_cast<char>(Ty); } in writeValueType() function in __anonfb1f8c320111::WasmObjectWriter 838 writeValueType(Ty); in writeTypeSection() 841 writeValueType(Ty); in writeTypeSection() 952 writeValueType(wasm::ValType::EXTERNREF); in writeGlobalSection()
|