Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp948 uint32_t RelocCount = readVaruint32(Ctx); in parseRelocSection() local
951 while (RelocCount--) { in parseRelocSection()