Searched refs:writeValueType (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lld/wasm/ |
H A D | WriterUtils.cpp | 126 void writeValueType(raw_ostream &os, ValType type, const Twine &msg) { in writeValueType() function 135 writeValueType(os, paramType, "param type"); in writeSig() 139 writeValueType(os, returnType, "result type"); in writeSig() 190 writeValueType(os, ValType::EXTERNREF, "literal (externref type)"); in writeInitExprMVP() 207 writeValueType(os, ValType(type.Type), "global type"); in writeGlobalType() 212 writeValueType(os, ValType(type.ElemType), "table type"); in writeTableType()
|
H A D | WriterUtils.h | 38 void writeValueType(raw_ostream &os, llvm::wasm::ValType type,
|
/llvm-project/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 325 void writeValueType(wasm::ValType Ty) { W->OS << static_cast<char>(Ty); } in writeValueType() function in __anondf9645ce0111::WasmObjectWriter 833 writeValueType(Ty); in writeTypeSection() 836 writeValueType(Ty); in writeTypeSection() 947 writeValueType(wasm::ValType::EXTERNREF); in writeGlobalSection()
|