Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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;
/openbsd/gnu/llvm/lld/include/lld/Common/
H A DLLVM.h41 struct WasmSection;
86 using llvm::object::WasmSection;
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lld/wasm/
H A DInputChunks.h179 MergeInputChunk(const WasmSection &s, ObjFile *f) in MergeInputChunk()
329 InputSection(const WasmSection &s, ObjFile *f) in InputSection()
345 const WasmSection &section;
H A DInputFiles.h129 const WasmSection *codeSection = nullptr;
130 const WasmSection *dataSection = nullptr;
H A DInputFiles.cpp224 const WasmSection *section) { in setRelocs()
356 static bool shouldMerge(const WasmSection &sec) { in shouldMerge()
448 const WasmSection &section = wasmObj->getWasmSection(sec); in parse()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/wasm/
H A DWasmReader.cpp24 const WasmSection &WS = WasmObj.getWasmSection(Sec); in create()
/openbsd/gnu/llvm/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()
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 …]
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp157 const WasmSection &WasmSec = Obj->getWasmSection(Section); in printSectionHeaders()
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp879 const WasmSection &Section = Obj.getWasmSection(SecI); in getWasmCodeSection()