Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp295 void writeValueType(wasm::ValType Ty) { W.OS << static_cast<char>(Ty); } in writeValueType() function in __anon325f64800111::WasmObjectWriter
723 writeValueType(Ty); in writeTypeSection()
726 writeValueType(Ty); in writeTypeSection()
801 writeValueType(static_cast<wasm::ValType>(Global.Type.Type)); in writeGlobalSection()