Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp925 uint32_t RelocCount = readVaruint32(Ctx); in parseRelocSection() local
928 while (RelocCount--) { in parseRelocSection()