Searched defs:writeValueType (Results 1 – 3 of 3) sorted by relevance
112 void writeValueType(raw_ostream &os, ValType type, const Twine &msg) { in writeValueType() function
310 void writeValueType(wasm::ValType Ty) { W.OS << static_cast<char>(Ty); } in writeValueType() function in __anon05dc5c860111::WasmObjectWriter
307 void writeValueType(wasm::ValType Ty) { W->OS << static_cast<char>(Ty); } in writeValueType() function in __anon9b3805920111::WasmObjectWriter