Searched refs:WasmSection (Results 1 – 6 of 6) sorted by relevance
104 struct WasmSection { struct105 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);273 std::vector<WasmSection> Sections;
41 struct WasmSection;86 using llvm::object::WasmSection;
24 const WasmSection &WS = WasmObj.getWasmSection(Sec); in create()
266 static Error readSection(WasmSection &Section, WasmObjectFile::ReadContext &Ctx, in readSection()337 WasmSection Sec; in WasmObjectFile()347 Error WasmObjectFile::parseSection(WasmSection &Sec) { in parseSection()947 WasmSection &Section = Sections[SectionIndex]; in parseRelocSection()1791 const WasmSection &S = Sections[Sec.d.a]; in getSectionName()1806 const WasmSection &S = Sections[Sec.d.a]; in getSectionSize()1812 const WasmSection &S = Sections[Sec.d.a]; in getSectionContents()1846 const WasmSection &Sec = getWasmSection(Ref); in section_rel_end()1924 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection()1929 const WasmSection &[all …]
157 const WasmSection &WasmSec = Obj->getWasmSection(Section); in printSectionHeaders()
1025 const WasmSection &Section = Obj.getWasmSection(SecI); in getWasmCodeSection()