Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h104 struct WasmSection { struct
105 WasmSection() = default;
127 const WasmSection &getWasmSection(const SectionRef &Section) const; argument
228 const WasmSection &getWasmSection(DataRefImpl Ref) const;
232 Error parseSection(WasmSection &Sec);
233 Error parseCustomSection(WasmSection &Sec, ReadContext &Ctx);
258 std::vector<WasmSection> Sections;
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Common/
H A DLLVM.h40 struct WasmSection;
78 using llvm::object::WasmSection;
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp211 static Error readSection(WasmSection &Section, WasmObjectFile::ReadContext &Ctx, in readSection()
275 WasmSection Sec; in WasmObjectFile()
287 Error WasmObjectFile::parseSection(WasmSection &Sec) { in parseSection()
681 WasmSection &Section = Sections[SectionIndex]; in parseRelocSection()
1284 const WasmSection &S = Sections[Sec.d.a]; in getSectionName()
1319 const WasmSection &S = Sections[Sec.d.a]; in getSectionSize()
1325 const WasmSection &S = Sections[Sec.d.a]; in getSectionContents()
1363 const WasmSection &Sec = getWasmSection(Ref); in section_rel_end()
1437 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection()
1442 const WasmSection &
[all …]
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp153 const WasmSection &WasmSec = Obj->getWasmSection(Section); in printSectionHeaders()