Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h108 struct WasmSection { struct
109 WasmSection() = default;
134 const WasmSection &getWasmSection(const SectionRef &Section) const; argument
245 const WasmSection &getWasmSection(DataRefImpl Ref) const;
249 Error parseSection(WasmSection &Sec);
250 Error parseCustomSection(WasmSection &Sec, ReadContext &Ctx);
279 std::vector<WasmSection> Sections;
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h41 struct WasmSection;
86 using llvm::object::WasmSection;
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmReader.cpp24 const WasmSection &WS = WasmObj.getWasmSection(Sec); in create()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp308 static Error readSection(WasmSection &Section, WasmObjectFile::ReadContext &Ctx, in readSection()
379 WasmSection Sec; in WasmObjectFile()
389 Error WasmObjectFile::parseSection(WasmSection &Sec) { in parseSection()
1029 WasmSection &Section = Sections[SectionIndex]; in parseRelocSection()
1158 Error WasmObjectFile::parseCustomSection(WasmSection &Sec, ReadContext &Ctx) { in parseCustomSection()
1967 const WasmSection &S = Sections[Sec.d.a]; in getSectionName()
1988 const WasmSection &S = Sections[Sec.d.a]; in getSectionSize()
1994 const WasmSection &S = Sections[Sec.d.a]; in getSectionContents()
2028 const WasmSection &Sec = getWasmSection(Ref); in section_rel_end()
2106 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp157 const WasmSection &WasmSec = Obj->getWasmSection(Section); in printSectionHeaders()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1196 const WasmSection &Section = Obj.getWasmSection(SecI); in getWasmCodeSection()