Searched refs:WasmSection (Results 1 – 6 of 6) sorted by relevance
109 struct WasmSection { struct110 WasmSection() = default;135 const WasmSection &getWasmSection(const SectionRef &Section) const; argument246 const WasmSection &getWasmSection(DataRefImpl Ref) const;250 Error parseSection(WasmSection &Sec);251 Error parseCustomSection(WasmSection &Sec, ReadContext &Ctx);280 std::vector<WasmSection> Sections;
41 struct WasmSection;83 using llvm::object::WasmSection;
24 const WasmSection &WS = WasmObj.getWasmSection(Sec); in create()
311 static Error readSection(WasmSection &Section, WasmObjectFile::ReadContext &Ctx, in readSection()382 WasmSection Sec; in WasmObjectFile()392 Error WasmObjectFile::parseSection(WasmSection &Sec) { in parseSection()1038 WasmSection &Section = Sections[SectionIndex]; in parseRelocSection()1167 Error WasmObjectFile::parseCustomSection(WasmSection &Sec, ReadContext &Ctx) { in parseCustomSection()1988 const WasmSection &S = Sections[Sec.d.a]; in getSectionName()2009 const WasmSection &S = Sections[Sec.d.a]; in getSectionSize()2015 const WasmSection &S = Sections[Sec.d.a]; in getSectionContents()2049 const WasmSection &Sec = getWasmSection(Ref); in section_rel_end()2127 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection()[all …]
157 const WasmSection &WasmSec = Obj->getWasmSection(Section); in printSectionHeaders()
1262 const WasmSection &Section = Obj.getWasmSection(SecI); in getWasmCodeSection()