Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWasm.h104 struct WasmSection { struct
105 WasmSection() = default;
128 const WasmSection &getWasmSection(const SectionRef &Section) const; argument
236 const WasmSection &getWasmSection(DataRefImpl Ref) const;
240 Error parseSection(WasmSection &Sec);
241 Error parseCustomSection(WasmSection &Sec, ReadContext &Ctx);
270 std::vector<WasmSection> Sections;
/llvm-project-15.0.7/lld/include/lld/Common/
H A DLLVM.h41 struct WasmSection;
86 using llvm::object::WasmSection;
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp16 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()
/llvm-project-15.0.7/lld/wasm/
H A DInputChunks.h178 MergeInputChunk(const WasmSection &s, ObjFile *f) in MergeInputChunk()
327 InputSection(const WasmSection &s, ObjFile *f) in InputSection()
343 const WasmSection &section;
H A DInputFiles.h127 const WasmSection *codeSection = nullptr;
128 const WasmSection *dataSection = nullptr;
H A DInputFiles.cpp222 const WasmSection *section) { in setRelocs()
354 static bool shouldMerge(const WasmSection &sec) { in shouldMerge()
446 const WasmSection &section = wasmObj->getWasmSection(sec); in parse()
/llvm-project-15.0.7/llvm/lib/ObjCopy/wasm/
H A DWasmReader.cpp24 const WasmSection &WS = WasmObj.getWasmSection(Sec); in create()
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp255 static Error readSection(WasmSection &Section, WasmObjectFile::ReadContext &Ctx, in readSection()
322 WasmSection Sec; in WasmObjectFile()
332 Error WasmObjectFile::parseSection(WasmSection &Sec) { in parseSection()
932 WasmSection &Section = Sections[SectionIndex]; in parseRelocSection()
1719 const WasmSection &S = Sections[Sec.d.a]; in getSectionName()
1734 const WasmSection &S = Sections[Sec.d.a]; in getSectionSize()
1740 const WasmSection &S = Sections[Sec.d.a]; in getSectionContents()
1774 const WasmSection &Sec = getWasmSection(Ref); in section_rel_end()
1852 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection()
1857 const WasmSection &
[all …]
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp157 const WasmSection &WasmSec = Obj->getWasmSection(Section); in printSectionHeaders()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp849 const WasmSection &Section = Obj.getWasmSection(SecI); in getWasmCodeSection()