Searched refs:WasmSection (Results 1 – 10 of 10) sorted by relevance
104 struct WasmSection { struct105 WasmSection() = default;128 const WasmSection &getWasmSection(const SectionRef &Section) const; argument236 const WasmSection &getWasmSection(DataRefImpl Ref) const;240 Error parseSection(WasmSection &Sec);241 Error parseCustomSection(WasmSection &Sec, ReadContext &Ctx);270 std::vector<WasmSection> Sections;
41 struct WasmSection;86 using llvm::object::WasmSection;
16 using object::WasmSection;29 dumpCustomSection(const WasmSection &WasmSec);52 WasmDumper::dumpCustomSection(const WasmSection &WasmSec) { in dumpCustomSection()118 const WasmSection &WasmSec = Obj.getWasmSection(Sec); in dumpCustomSection()203 const WasmSection &WasmSec = Obj.getWasmSection(Sec); in dump()
179 MergeInputChunk(const WasmSection &s, ObjFile *f) in MergeInputChunk()329 InputSection(const WasmSection &s, ObjFile *f) in InputSection()345 const WasmSection §ion;
129 const WasmSection *codeSection = nullptr;130 const WasmSection *dataSection = nullptr;
224 const WasmSection *section) { in setRelocs()356 static bool shouldMerge(const WasmSection &sec) { in shouldMerge()448 const WasmSection §ion = wasmObj->getWasmSection(sec); in parse()
24 const WasmSection &WS = WasmObj.getWasmSection(Sec); in create()
255 static Error readSection(WasmSection &Section, WasmObjectFile::ReadContext &Ctx, in readSection()322 WasmSection Sec; in WasmObjectFile()332 Error WasmObjectFile::parseSection(WasmSection &Sec) { in parseSection()924 WasmSection &Section = Sections[SectionIndex]; in parseRelocSection()1711 const WasmSection &S = Sections[Sec.d.a]; in getSectionName()1726 const WasmSection &S = Sections[Sec.d.a]; in getSectionSize()1732 const WasmSection &S = Sections[Sec.d.a]; in getSectionContents()1766 const WasmSection &Sec = getWasmSection(Ref); in section_rel_end()1844 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection()1849 const WasmSection &[all …]
157 const WasmSection &WasmSec = Obj->getWasmSection(Section); in printSectionHeaders()
879 const WasmSection &Section = Obj.getWasmSection(SecI); in getWasmCodeSection()