Searched refs:WasmSection (Results 1 – 6 of 6) 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;
41 struct WasmSection;87 using llvm::object::WasmSection;
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()1616 const WasmSection &S = Sections[Sec.d.a]; in getSectionName()1649 const WasmSection &S = Sections[Sec.d.a]; in getSectionSize()1655 const WasmSection &S = Sections[Sec.d.a]; in getSectionContents()1689 const WasmSection &Sec = getWasmSection(Ref); in section_rel_end()1767 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection()1772 const WasmSection &[all …]
157 const WasmSection &WasmSec = Obj->getWasmSection(Section); in printSectionHeaders()
741 const WasmSection &Section = Obj->getWasmSection(SecI); in getWasmCodeSection()