Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h189 const char *getVersionSuffix() const { return nameData + nameSize; } in getVersionSuffix() function
H A DSymbols.cpp55 const char *suffix = sym.getVersionSuffix(); in toStr()
H A DDriver.cpp2806 const char *suffix1 = sym.getVersionSuffix(); in combineVersionedSymbol()
2817 const char *suffix2 = sym2->getVersionSuffix(); in combineVersionedSymbol()