Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp30 bool writeWasm(raw_ostream &OS);
595 bool WasmWriter::writeWasm(raw_ostream &OS) { in writeWasm() function in WasmWriter
690 return Writer.writeWasm(Out); in yaml2wasm()