Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSymbols.h181 const char *getVersionSuffix() const { return nameData + nameSize; } in getVersionSuffix() function
H A DSymbols.cpp50 const char *suffix = sym.getVersionSuffix(); in toString()
H A DDriver.cpp2262 const char *suffix1 = sym->getVersionSuffix(); in redirectSymbols()
2273 const char *suffix2 = sym2->getVersionSuffix(); in redirectSymbols()