Lines Matching defs:unquote
137 static StringRef unquote(StringRef s) {
307 cmd.outputSections.push_back(unquote(tok));
369 addFile(unquote(tok));
385 ctx.arg.undefined.push_back(unquote(tok));
419 addFile(unquote(tok));
633 StringRef name = unquote(next());
1011 ctx.script->createOutputSection(unquote(outSec), getCurrentLocation());
1168 cmd = readSymbolAssignment(unquote(tok));
1171 cmd = readSymbolAssignment(unquote(tok));
1190 StringRef ScriptParser::readName() { return unquote(next()); }
1663 tok = unquote(tok);
1791 v->push_back({unquote(tok), false, hasWildcard(tok)});
1813 {unquote(tok), isCXX, !tok.str.starts_with("\"") && hasWildcard(tok)});