Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWasmDumper.cpp51 class WasmDumper : public ObjDumper { class
53 WasmDumper(const WasmObjectFile *Obj, ScopedPrinter &Writer) in WasmDumper() function in __anon844939370111::WasmDumper
72 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()
DCMakeLists.txt21 WasmDumper.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp21 class WasmDumper { class
25 WasmDumper(const object::WasmObjectFile &O) : Obj(O) {} in WasmDumper() function in __anon514a97f00111::WasmDumper
52 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()