Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp231 uint32_t SectionNameSize = SectionCtx.Ptr - SectionCtx.Start; in readSection() local
232 Ctx.Ptr += SectionNameSize; in readSection()
233 Size -= SectionNameSize; in readSection()