Home
last modified time | relevance | path

Searched defs:writeValueType (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lld/wasm/
H A DWriterUtils.cpp121 void writeValueType(raw_ostream &os, ValType type, const Twine &msg) { in writeValueType() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp328 void writeValueType(wasm::ValType Ty) { W->OS << static_cast<char>(Ty); } in writeValueType() function in __anonfb1f8c320111::WasmObjectWriter