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.h109 struct WasmSection { struct
110 WasmSection() = default;
135 const WasmSection &getWasmSection(const SectionRef &Section) const; argument
246 const WasmSection &getWasmSection(DataRefImpl Ref) const;
250 Error parseSection(WasmSection &Sec);
251 Error parseCustomSection(WasmSection &Sec, ReadContext &Ctx);
280 std::vector<WasmSection> Sections;
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h41 struct WasmSection;
83 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.cpp311 static Error readSection(WasmSection &Section, WasmObjectFile::ReadContext &Ctx, in readSection()
382 WasmSection Sec; in WasmObjectFile()
392 Error WasmObjectFile::parseSection(WasmSection &Sec) { in parseSection()
1038 WasmSection &Section = Sections[SectionIndex]; in parseRelocSection()
1167 Error WasmObjectFile::parseCustomSection(WasmSection &Sec, ReadContext &Ctx) { in parseCustomSection()
1988 const WasmSection &S = Sections[Sec.d.a]; in getSectionName()
2009 const WasmSection &S = Sections[Sec.d.a]; in getSectionSize()
2015 const WasmSection &S = Sections[Sec.d.a]; in getSectionContents()
2049 const WasmSection &Sec = getWasmSection(Ref); in section_rel_end()
2127 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.cpp1262 const WasmSection &Section = Obj.getWasmSection(SecI); in getWasmCodeSection()