Lines Matching refs:unquote

150 static StringRef unquote(StringRef s) {  in unquote()  function
311 cmd.outputSections.push_back(unquote(next())); in readNoCrossRefs()
372 addFile(unquote(next())); in readAsNeeded()
381 config->entry = unquote(tok); in readEntry()
388 config->undefined.push_back(unquote(next())); in readExtern()
401 StringRef tok = unquote(next()); in readInclude()
422 addFile(unquote(next())); in readInput()
431 config->outputFile = unquote(tok); in readOutput()
481 StringRef s = unquote(next()); in readOutputFormat()
484 StringRef tmp = unquote(next()); in readOutputFormat()
488 tmp = unquote(next()); in readOutputFormat()
542 StringRef alias = unquote(next()); in readRegionAlias()
558 config->searchPaths.push_back(unquote(tok)); in readSearchDir()
675 StringRef tok = unquote(next()); in readTarget()
762 SectionMatcher.addPattern(unquote(next())); in readInputSectionsList()
855 StringRef msg = unquote(next()); in readAssert()
967 script->createOutputSection(unquote(outSec), getCurrentLocation()); in readOutputSectionDescription()
1139 name = unquote(name); in readSymbolAssignment()
1381 StringRef tok = unquote(next()); in readInputSectionFlags()
1454 StringRef name = unquote(readParenLiteral()); in readPrimary()
1479 StringRef name = unquote(readParenLiteral()); in readPrimary()
1521 StringRef name = unquote(readParenLiteral()); in readPrimary()
1540 StringRef name = unquote(readParenLiteral()); in readPrimary()
1584 StringRef name = unquote(readParenLiteral()); in readPrimary()
1604 tok = unquote(tok); in readPrimary()
1736 v->push_back({unquote(tok), false, hasWildcard(tok)}); in readSymbols()
1759 {unquote(tok), isCXX, !tok.starts_with("\"") && hasWildcard(tok)}); in readVersionExtern()