Searched refs:WasmSection (Results 1 – 6 of 6) sorted by relevance
108 struct WasmSection { struct109 WasmSection() = default;134 const WasmSection &getWasmSection(const SectionRef &Section) const; argument245 const WasmSection &getWasmSection(DataRefImpl Ref) const;249 Error parseSection(WasmSection &Sec);250 Error parseCustomSection(WasmSection &Sec, ReadContext &Ctx);279 std::vector<WasmSection> Sections;
41 struct WasmSection;86 using llvm::object::WasmSection;
24 const WasmSection &WS = WasmObj.getWasmSection(Sec); in create()
308 static Error readSection(WasmSection &Section, WasmObjectFile::ReadContext &Ctx, in readSection()379 WasmSection Sec; in WasmObjectFile()389 Error WasmObjectFile::parseSection(WasmSection &Sec) { in parseSection()1029 WasmSection &Section = Sections[SectionIndex]; in parseRelocSection()1158 Error WasmObjectFile::parseCustomSection(WasmSection &Sec, ReadContext &Ctx) { in parseCustomSection()1967 const WasmSection &S = Sections[Sec.d.a]; in getSectionName()1988 const WasmSection &S = Sections[Sec.d.a]; in getSectionSize()1994 const WasmSection &S = Sections[Sec.d.a]; in getSectionContents()2028 const WasmSection &Sec = getWasmSection(Ref); in section_rel_end()2106 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection()[all …]
157 const WasmSection &WasmSec = Obj->getWasmSection(Section); in printSectionHeaders()
1196 const WasmSection &Section = Obj.getWasmSection(SecI); in getWasmCodeSection()