Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp359 llvm::DenseSet<uint64_t> SeenFunctions; in parseNameSection() local
381 if (!SeenFunctions.insert(Index).second) in parseNameSection()