Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp283 WasmObjectFile::ReadContext SectionCtx; in readSection() local
284 SectionCtx.Start = Ctx.Ptr; in readSection()
285 SectionCtx.Ptr = Ctx.Ptr; in readSection()
286 SectionCtx.End = Ctx.Ptr + Size; in readSection()
288 Section.Name = readString(SectionCtx); in readSection()
290 uint32_t SectionNameSize = SectionCtx.Ptr - SectionCtx.Start; in readSection()