Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h106 struct WasmSection { struct
107 WasmSection() = default;
130 const WasmSection &getWasmSection(const SectionRef &Section) const; argument
239 const WasmSection &getWasmSection(DataRefImpl Ref) const;
243 Error parseSection(WasmSection &Sec);
244 Error parseCustomSection(WasmSection &Sec, ReadContext &Ctx);
272 std::vector<WasmSection> Sections;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp16 using object::WasmSection;
29 dumpCustomSection(const WasmSection &WasmSec);
52 WasmDumper::dumpCustomSection(const WasmSection &WasmSec) { in dumpCustomSection()
114 const WasmSection &WasmSec = Obj.getWasmSection(Sec); in dumpCustomSection()
199 const WasmSection &WasmSec = Obj.getWasmSection(Sec); in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
H A DReader.cpp24 const WasmSection &WS = WasmObj.getWasmSection(Sec); in create()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp224 static Error readSection(WasmSection &Section, WasmObjectFile::ReadContext &Ctx, in readSection()
289 WasmSection Sec; in WasmObjectFile()
301 Error WasmObjectFile::parseSection(WasmSection &Sec) { in parseSection()
852 WasmSection &Section = Sections[SectionIndex]; in parseRelocSection()
982 Error WasmObjectFile::parseCustomSection(WasmSection &Sec, ReadContext &Ctx) { in parseCustomSection()
1615 const WasmSection &S = Sections[Sec.d.a]; in getSectionName()
1648 const WasmSection &S = Sections[Sec.d.a]; in getSectionSize()
1654 const WasmSection &S = Sections[Sec.d.a]; in getSectionContents()
1688 const WasmSection &Sec = getWasmSection(Ref); in section_rel_end()
1766 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp157 const WasmSection &WasmSec = Obj->getWasmSection(Section); in printSectionHeaders()