Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp307 void writeValueType(wasm::ValType Ty) { W->OS << static_cast<char>(Ty); } in writeValueType() function in __anonc88d2daf0111::WasmObjectWriter
784 writeValueType(Ty); in writeTypeSection()
787 writeValueType(Ty); in writeTypeSection()
895 writeValueType(wasm::ValType::EXTERNREF); in writeGlobalSection()