Home
last modified time | relevance | path

Searched defs:WasmDumper (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp57 class WasmDumper : public ObjDumper { class
59 WasmDumper(const WasmObjectFile *Obj, ScopedPrinter &Writer) in WasmDumper() function in __anon89f8c3880111::WasmDumper
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp20 class WasmDumper { class
24 WasmDumper(const object::WasmObjectFile &O) : Obj(O) {} in WasmDumper() function in __anondf852ba10111::WasmDumper