Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp335 uint32_t SectionNameSize = SectionCtx.Ptr - SectionCtx.Start; in readSection() local
336 Ctx.Ptr += SectionNameSize; in readSection()
337 Size -= SectionNameSize; in readSection()