Searched refs:WasmSec (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp158 const WasmSection &WasmSec = Obj->getWasmSection(Section); local
160 W.printEnum("Type", WasmSec.Type, makeArrayRef(WasmSectionTypes));
161 W.printNumber("Size", static_cast<uint64_t>(WasmSec.Content.size()));
162 W.printNumber("Offset", WasmSec.Offset);
163 switch (WasmSec.Type) {
165 W.printString("Name", WasmSec.Name);
166 if (WasmSec.Name == "linking") {
198 W.printNumber("MaxPages", WasmSec.Offset);
211 W.printBinaryBlock("SectionData", WasmSec.Content);

Completed in 63 milliseconds