Searched refs:WasmDumper (Results 1 – 3 of 3) sorted by relevance
51 class WasmDumper : public ObjDumper { class53 WasmDumper(const WasmObjectFile *Obj, ScopedPrinter &Writer) in WasmDumper() function in __anon844939370111::WasmDumper72 void WasmDumper::printFileHeaders() { in printFileHeaders()76 void WasmDumper::printRelocation(const SectionRef &Section, in printRelocation()123 void WasmDumper::printRelocations() { in printRelocations()150 void WasmDumper::printSymbols() { in printSymbols()157 void WasmDumper::printSections() { in printSections()214 void WasmDumper::printSymbol(const SymbolRef &Sym) { in printSymbol()232 Result.reset(new WasmDumper(WasmObj, Writer)); in createWasmDumper()
21 WasmDumper.cpp
21 class WasmDumper { class25 WasmDumper(const object::WasmObjectFile &O) : Obj(O) {} in WasmDumper() function in __anon514a97f00111::WasmDumper52 std::unique_ptr<WasmYAML::CustomSection> WasmDumper::dumpCustomSection(const WasmSection &WasmSec) { in dumpCustomSection()129 ErrorOr<WasmYAML::Object *> WasmDumper::dump() { in dump()308 WasmDumper Dumper(Obj); in wasm2yaml()