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.cpp323 void writeValueType(wasm::ValType Ty) { W->OS << static_cast<char>(Ty); } in writeValueType() function in __anon335a907b0111::WasmObjectWriter
811 writeValueType(Ty); in writeTypeSection()
814 writeValueType(Ty); in writeTypeSection()
926 writeValueType(wasm::ValType::EXTERNREF); in writeGlobalSection()