Searched refs:WasmSection (Results 1 – 2 of 2) sorted by relevance
103 struct WasmSection { struct104 WasmSection() = default;126 const WasmSection &getWasmSection(const SectionRef &Section) const; argument230 const WasmSection &getWasmSection(DataRefImpl Ref) const;233 Error parseSection(WasmSection &Sec);234 Error parseCustomSection(WasmSection &Sec, ReadContext &Ctx);262 std::vector<WasmSection> Sections;
211 static Error readSection(WasmSection &Section, WasmObjectFile::ReadContext &Ctx, in readSection()275 WasmSection Sec; in WasmObjectFile()287 Error WasmObjectFile::parseSection(WasmSection &Sec) { in parseSection()755 WasmSection &Section = Sections[SectionIndex]; in parseRelocSection()844 Error WasmObjectFile::parseCustomSection(WasmSection &Sec, ReadContext &Ctx) { in parseCustomSection()1393 const WasmSection &S = Sections[Sec.d.a]; in getSectionName()1426 const WasmSection &S = Sections[Sec.d.a]; in getSectionSize()1432 const WasmSection &S = Sections[Sec.d.a]; in getSectionContents()1468 const WasmSection &Sec = getWasmSection(Ref); in section_rel_end()1542 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection()[all …]