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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp168 const WasmSection &WasmSec = Obj->getWasmSection(Section); local
170 W.printEnum("Type", WasmSec.Type, makeArrayRef(WasmSectionTypes));
171 W.printNumber("Size", static_cast<uint64_t>(WasmSec.Content.size()));
172 W.printNumber("Offset", WasmSec.Offset);
173 switch (WasmSec.Type) {
175 W.printString("Name", WasmSec.Name);
176 if (WasmSec.Name == "linking") {
204 W.printNumber("MaxPages", WasmSec.Offset);
217 W.printBinaryBlock("SectionData", WasmSec.Content);

Completed in 297 milliseconds