Home
last modified time | relevance | path

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

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