Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp224 WasmObjectFile::ReadContext SectionCtx; in readSection() local
225 SectionCtx.Start = Ctx.Ptr; in readSection()
226 SectionCtx.Ptr = Ctx.Ptr; in readSection()
227 SectionCtx.End = Ctx.Ptr + Size; in readSection()
229 Section.Name = readString(SectionCtx); in readSection()
231 uint32_t SectionNameSize = SectionCtx.Ptr - SectionCtx.Start; in readSection()