Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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;
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h41 struct WasmSection;
87 using llvm::object::WasmSection;
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
H A DReader.cpp24 const WasmSection &WS = WasmObj.getWasmSection(Sec); in create()
/freebsd-13.1/contrib/llvm-project/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()
1616 const WasmSection &S = Sections[Sec.d.a]; in getSectionName()
1649 const WasmSection &S = Sections[Sec.d.a]; in getSectionSize()
1655 const WasmSection &S = Sections[Sec.d.a]; in getSectionContents()
1689 const WasmSection &Sec = getWasmSection(Ref); in section_rel_end()
1767 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection()
1772 const WasmSection &
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp157 const WasmSection &WasmSec = Obj->getWasmSection(Section); in printSectionHeaders()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp741 const WasmSection &Section = Obj->getWasmSection(SecI); in getWasmCodeSection()