Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp325 void writeValueType(wasm::ValType Ty) { W->OS << static_cast<char>(Ty); } in writeValueType() function in __anon335a907b0111::WasmObjectWriter
835 writeValueType(Ty); in writeTypeSection()
838 writeValueType(Ty); in writeTypeSection()
949 writeValueType(wasm::ValType::EXTERNREF); in writeGlobalSection()