HomeSort by relevance Sort by last modified time
    Searched refs:WasmDumper (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
WasmDumper.cpp 1 //===-- WasmDumper.cpp - Wasm-specific object file dumper -----------------===//
51 class WasmDumper : public ObjDumper {
53 WasmDumper(const WasmObjectFile *Obj, ScopedPrinter &Writer)
72 void WasmDumper::printFileHeaders() {
76 void WasmDumper::printRelocation(const SectionRef &Section,
123 void WasmDumper::printRelocations() {
150 void WasmDumper::printSymbols() {
157 void WasmDumper::printSections() {
214 void WasmDumper::printSymbol(const SymbolRef &Sym) {
232 Result.reset(new WasmDumper(WasmObj, Writer))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
wasm2yaml.cpp 21 class WasmDumper {
25 WasmDumper(const object::WasmObjectFile &O) : Obj(O) {}
52 std::unique_ptr<WasmYAML::CustomSection> WasmDumper::dumpCustomSection(const WasmSection &WasmSec) {
129 ErrorOr<WasmYAML::Object *> WasmDumper::dump() {
308 WasmDumper Dumper(Obj);

Completed in 796 milliseconds