Home
last modified time | relevance | path

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

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