Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp244 uint32_t SectionNameSize = SectionCtx.Ptr - SectionCtx.Start; in readSection() local
245 Ctx.Ptr += SectionNameSize; in readSection()
246 Size -= SectionNameSize; in readSection()