Home
last modified time | relevance | path

Searched refs:WasmSection (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h103 struct WasmSection { struct
104 WasmSection() = default;
126 const WasmSection &getWasmSection(const SectionRef &Section) const; argument
230 const WasmSection &getWasmSection(DataRefImpl Ref) const;
233 Error parseSection(WasmSection &Sec);
234 Error parseCustomSection(WasmSection &Sec, ReadContext &Ctx);
262 std::vector<WasmSection> Sections;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp211 static Error readSection(WasmSection &Section, WasmObjectFile::ReadContext &Ctx, in readSection()
275 WasmSection Sec; in WasmObjectFile()
287 Error WasmObjectFile::parseSection(WasmSection &Sec) { in parseSection()
755 WasmSection &Section = Sections[SectionIndex]; in parseRelocSection()
844 Error WasmObjectFile::parseCustomSection(WasmSection &Sec, ReadContext &Ctx) { in parseCustomSection()
1393 const WasmSection &S = Sections[Sec.d.a]; in getSectionName()
1426 const WasmSection &S = Sections[Sec.d.a]; in getSectionSize()
1432 const WasmSection &S = Sections[Sec.d.a]; in getSectionContents()
1468 const WasmSection &Sec = getWasmSection(Ref); in section_rel_end()
1542 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection()
[all …]