Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DScriptParser.cpp116 void readVersionDeclaration(StringRef VerStr);
211 StringRef VerStr = next(); in readVersionScriptCommand() local
212 if (VerStr == "{") { in readVersionScriptCommand()
218 readVersionDeclaration(VerStr); in readVersionScriptCommand()
1366 void ScriptParser::readVersionDeclaration(StringRef VerStr) { in readVersionDeclaration() argument
1381 Ver.Name = VerStr; in readVersionDeclaration()