Searched refs:WasmSection (Results 1 – 5 of 5) sorted by relevance
106 struct WasmSection { struct107 WasmSection() = default;130 const WasmSection &getWasmSection(const SectionRef &Section) const; argument239 const WasmSection &getWasmSection(DataRefImpl Ref) const;243 Error parseSection(WasmSection &Sec);244 Error parseCustomSection(WasmSection &Sec, ReadContext &Ctx);272 std::vector<WasmSection> Sections;
16 using object::WasmSection;29 dumpCustomSection(const WasmSection &WasmSec);52 WasmDumper::dumpCustomSection(const WasmSection &WasmSec) { in dumpCustomSection()114 const WasmSection &WasmSec = Obj.getWasmSection(Sec); in dumpCustomSection()199 const WasmSection &WasmSec = Obj.getWasmSection(Sec); in dump()
24 const WasmSection &WS = WasmObj.getWasmSection(Sec); in create()
224 static Error readSection(WasmSection &Section, WasmObjectFile::ReadContext &Ctx, in readSection()289 WasmSection Sec; in WasmObjectFile()301 Error WasmObjectFile::parseSection(WasmSection &Sec) { in parseSection()852 WasmSection &Section = Sections[SectionIndex]; in parseRelocSection()982 Error WasmObjectFile::parseCustomSection(WasmSection &Sec, ReadContext &Ctx) { in parseCustomSection()1615 const WasmSection &S = Sections[Sec.d.a]; in getSectionName()1648 const WasmSection &S = Sections[Sec.d.a]; in getSectionSize()1654 const WasmSection &S = Sections[Sec.d.a]; in getSectionContents()1688 const WasmSection &Sec = getWasmSection(Ref); in section_rel_end()1766 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection()[all …]
157 const WasmSection &WasmSec = Obj->getWasmSection(Section); in printSectionHeaders()