Lines Matching refs:WasmSection
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()
2111 const WasmSection &
2124 const WasmSection &Sec = Sections[Ref.d.a]; in getWasmRelocation()