Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp793 uint32_t ComdatCount = readVaruint32(Ctx); in parseLinkingSectionComdat() local
795 for (unsigned ComdatIndex = 0; ComdatIndex < ComdatCount; ++ComdatIndex) { in parseLinkingSectionComdat()