Lines Matching defs:unquote
150 static StringRef unquote(StringRef s) {
311 cmd.outputSections.push_back(unquote(next()));
372 addFile(unquote(next()));
381 config->entry = unquote(tok);
388 config->undefined.push_back(unquote(next()));
401 StringRef tok = unquote(next());
422 addFile(unquote(next()));
431 config->outputFile = unquote(tok);
481 StringRef s = unquote(next());
484 StringRef tmp = unquote(next());
488 tmp = unquote(next());
542 StringRef alias = unquote(next());
558 config->searchPaths.push_back(unquote(tok));
675 StringRef tok = unquote(next());
762 SectionMatcher.addPattern(unquote(next()));
855 StringRef msg = unquote(next());
967 script->createOutputSection(unquote(outSec), getCurrentLocation());
1139 name = unquote(name);
1381 StringRef tok = unquote(next());
1454 StringRef name = unquote(readParenLiteral());
1479 StringRef name = unquote(readParenLiteral());
1521 StringRef name = unquote(readParenLiteral());
1540 StringRef name = unquote(readParenLiteral());
1584 StringRef name = unquote(readParenLiteral());
1604 tok = unquote(tok);
1736 v->push_back({unquote(tok), false, hasWildcard(tok)});
1759 {unquote(tok), isCXX, !tok.starts_with("\"") && hasWildcard(tok)});