Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DScriptParser.cpp131 void readVersionDeclaration(StringRef verStr);
219 StringRef verStr = next(); in readVersionScriptCommand() local
220 if (verStr == "{") { in readVersionScriptCommand()
226 readVersionDeclaration(verStr); in readVersionScriptCommand()
1607 void ScriptParser::readVersionDeclaration(StringRef verStr) { in readVersionDeclaration() argument
1615 ver.name = verStr; in readVersionDeclaration()