Home
last modified time | relevance | path

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

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