Searched refs:WasmSection (Results 1 – 4 of 4) sorted by relevance
104 struct WasmSection { struct105 WasmSection() = default;127 const WasmSection &getWasmSection(const SectionRef &Section) const; argument228 const WasmSection &getWasmSection(DataRefImpl Ref) const;232 Error parseSection(WasmSection &Sec);233 Error parseCustomSection(WasmSection &Sec, ReadContext &Ctx);258 std::vector<WasmSection> Sections;
40 struct WasmSection;78 using llvm::object::WasmSection;
211 static Error readSection(WasmSection &Section, WasmObjectFile::ReadContext &Ctx, in readSection()275 WasmSection Sec; in WasmObjectFile()287 Error WasmObjectFile::parseSection(WasmSection &Sec) { in parseSection()681 WasmSection &Section = Sections[SectionIndex]; in parseRelocSection()1284 const WasmSection &S = Sections[Sec.d.a]; in getSectionName()1319 const WasmSection &S = Sections[Sec.d.a]; in getSectionSize()1325 const WasmSection &S = Sections[Sec.d.a]; in getSectionContents()1363 const WasmSection &Sec = getWasmSection(Ref); in section_rel_end()1437 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection()1442 const WasmSection &[all …]
153 const WasmSection &WasmSec = Obj->getWasmSection(Section); in printSectionHeaders()