Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp332 uint32_t SectionNameSize = SectionCtx.Ptr - SectionCtx.Start; in readSection() local
333 Ctx.Ptr += SectionNameSize; in readSection()
334 Size -= SectionNameSize; in readSection()