Home
last modified time | relevance | path

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

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