Searched refs:writeValueType (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lld/wasm/ |
D | WriterUtils.cpp | 112 void writeValueType(raw_ostream &os, ValType type, const Twine &msg) { in writeValueType() function 121 writeValueType(os, paramType, "param type"); in writeSig() 125 writeValueType(os, returnType, "result type"); in writeSig() 171 writeValueType(os, ValType::EXTERNREF, "literal (externref type)"); in writeInitExpr() 188 writeValueType(os, ValType(type.Type), "global type"); in writeGlobalType()
|
D | WriterUtils.h | 34 void writeValueType(raw_ostream &os, llvm::wasm::ValType type,
|
/external/llvm-project/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 307 void writeValueType(wasm::ValType Ty) { W->OS << static_cast<char>(Ty); } in writeValueType() function in __anon9b3805920111::WasmObjectWriter 738 writeValueType(Ty); in writeTypeSection() 741 writeValueType(Ty); in writeTypeSection() 849 writeValueType(wasm::ValType::EXTERNREF); in writeGlobalSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 310 void writeValueType(wasm::ValType Ty) { W.OS << static_cast<char>(Ty); } in writeValueType() function in __anon05dc5c860111::WasmObjectWriter 688 writeValueType(Ty); in writeTypeSection() 691 writeValueType(Ty); in writeTypeSection()
|