Searched refs:WasmDumper (Results 1 – 3 of 3) sorted by relevance
57 class WasmDumper : public ObjDumper { class59 WasmDumper(const WasmObjectFile *Obj, ScopedPrinter &Writer) in WasmDumper() function in __anonb99b1fcd0111::WasmDumper79 void WasmDumper::printFileHeaders() { in printFileHeaders()83 void WasmDumper::printRelocation(const SectionRef &Section, in printRelocation()120 void WasmDumper::printRelocations() { in printRelocations()147 void WasmDumper::printSymbols() { in printSymbols()154 void WasmDumper::printSectionHeaders() { in printSectionHeaders()215 void WasmDumper::printSymbol(const SymbolRef &Sym) { in printSymbol()245 return std::make_unique<WasmDumper>(&Obj, Writer); in createWasmDumper()
21 WasmDumper.cpp
41 "WasmDumper.cpp",