Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSymbols.h185 const char *getVersionSuffix() const { in getVersionSuffix() function
DSymbols.cpp40 const char *suffix = sym.getVersionSuffix(); in toString()
DDriver.cpp1942 const char *suffix1 = sym->getVersionSuffix(); in redirectSymbols()
1951 const char *suffix2 = maybeDefault->getVersionSuffix(); in redirectSymbols()
DRelocations.cpp952 if (*sym.getVersionSuffix() == '@') { in maybeReportUndefined()