Searched refs:canBeVersioned (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSymbolTable.cpp115 static bool canBeVersioned(const Symbol &sym) { function
136 if (canBeVersioned(*sym))
146 if (canBeVersioned(*sym))
163 if (canBeVersioned(*sym) && m.match(sym->getName()))

Completed in 102 milliseconds