Searched refs:WasmSection (Results 1 – 4 of 4) sorted by relevance
98 struct WasmSection { struct99 WasmSection() = default;121 const WasmSection &getWasmSection(const SectionRef &Section) const; argument214 const WasmSection &getWasmSection(DataRefImpl Ref) const;218 Error parseSection(WasmSection &Sec);219 Error parseCustomSection(WasmSection &Sec, ReadContext &Ctx);242 std::vector<WasmSection> Sections;
206 static Error readSection(WasmSection &Section, in readSection()256 WasmSection Sec; in WasmObjectFile()267 Error WasmObjectFile::parseSection(WasmSection &Sec) { in parseSection()595 WasmSection& Section = Sections[SectionIndex]; in parseRelocSection()668 Error WasmObjectFile::parseCustomSection(WasmSection &Sec, ReadContext &Ctx) { in parseCustomSection()1136 const WasmSection &S = Sections[Sec.d.a]; in getSectionName()1170 const WasmSection &S = Sections[Sec.d.a]; in getSectionSize()1176 const WasmSection &S = Sections[Sec.d.a]; in getSectionContents()1214 const WasmSection &Sec = getWasmSection(Ref); in section_rel_end()1290 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection()[all …]
17 using object::WasmSection;30 dumpCustomSection(const WasmSection &WasmSec);52 std::unique_ptr<WasmYAML::CustomSection> WasmDumper::dumpCustomSection(const WasmSection &WasmSec) { in dumpCustomSection()137 const WasmSection &WasmSec = Obj.getWasmSection(Sec); in dump()
160 const WasmSection &WasmSec = Obj->getWasmSection(Section); in printSections()