Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSymbols.cpp559 static int compareVersion(StringRef a, StringRef b) { in compareVersion() function
577 if (int cmp = compareVersion(getName(), other->getName())) in compare()