Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp268 WasmObjectFile::ReadContext SectionCtx; in readSection() local
269 SectionCtx.Start = Ctx.Ptr; in readSection()
270 SectionCtx.Ptr = Ctx.Ptr; in readSection()
271 SectionCtx.End = Ctx.Ptr + Size; in readSection()
273 Section.Name = readString(SectionCtx); in readSection()
275 uint32_t SectionNameSize = SectionCtx.Ptr - SectionCtx.Start; in readSection()