Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp26 class WasmWriter { class
28 WasmWriter(WasmYAML::Object &Obj, yaml::ErrorHandler EH) in WasmWriter() function in __anona5df02bb0111::WasmWriter
126 void WasmWriter::reportError(const Twine &Msg) { in reportError()
131 void WasmWriter::writeInitExpr(raw_ostream &OS, in writeInitExpr()
162 void WasmWriter::writeSectionContent(raw_ostream &OS, in writeSectionContent()
185 void WasmWriter::writeSectionContent(raw_ostream &OS, in writeSectionContent()
270 void WasmWriter::writeSectionContent(raw_ostream &OS, in writeSectionContent()
314 void WasmWriter::writeSectionContent(raw_ostream &OS, in writeSectionContent()
336 void WasmWriter::writeSectionContent(raw_ostream &OS, in writeSectionContent()
346 void WasmWriter::writeSectionContent(raw_ostream &OS, in writeSectionContent()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1005 SRCS_MIW+= ObjCopy/wasm/WasmWriter.cpp