Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DSymbols.h206 const char *getVersionSuffix() const { return nameData + nameSize; } in getVersionSuffix() function
H A DSymbols.cpp57 const char *suffix = sym.getVersionSuffix(); in toString()
H A DDriver.cpp2341 const char *suffix1 = sym.getVersionSuffix(); in combineVersionedSymbol()
2352 const char *suffix2 = sym2->getVersionSuffix(); in combineVersionedSymbol()