Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h98 struct WasmSection { struct
99 WasmSection() = default;
121 const WasmSection &getWasmSection(const SectionRef &Section) const; argument
214 const WasmSection &getWasmSection(DataRefImpl Ref) const;
218 Error parseSection(WasmSection &Sec);
219 Error parseCustomSection(WasmSection &Sec, ReadContext &Ctx);
242 std::vector<WasmSection> Sections;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp206 static Error readSection(WasmSection &Section, in readSection()
256 WasmSection Sec; in WasmObjectFile()
267 Error WasmObjectFile::parseSection(WasmSection &Sec) { in parseSection()
595 WasmSection& Section = Sections[SectionIndex]; in parseRelocSection()
668 Error WasmObjectFile::parseCustomSection(WasmSection &Sec, ReadContext &Ctx) { in parseCustomSection()
1136 const WasmSection &S = Sections[Sec.d.a]; in getSectionName()
1170 const WasmSection &S = Sections[Sec.d.a]; in getSectionSize()
1176 const WasmSection &S = Sections[Sec.d.a]; in getSectionContents()
1214 const WasmSection &Sec = getWasmSection(Ref); in section_rel_end()
1290 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp17 using object::WasmSection;
30 dumpCustomSection(const WasmSection &WasmSec);
52 std::unique_ptr<WasmYAML::CustomSection> WasmDumper::dumpCustomSection(const WasmSection &WasmSec) { in dumpCustomSection()
137 const WasmSection &WasmSec = Obj.getWasmSection(Sec); in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWasmDumper.cpp160 const WasmSection &WasmSec = Obj->getWasmSection(Section); in printSections()