Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DScriptLexer.cpp173 static std::vector<StringRef> tokenizeExpr(StringRef S) { in tokenizeExpr() function
220 std::vector<StringRef> V = tokenizeExpr(Tokens[Pos]); in maybeSplitExpr()