Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp161 static std::string rewritePath(StringRef s) { in rewritePath() function
180 os << quote(rewritePath(arg->getValue())) << "\n"; in createResponseFile()
190 os << arg->getSpelling() << quote(rewritePath(arg->getValue())) << "\n"; in createResponseFile()
202 os << arg->getSpelling() << " " << quote(rewritePath(arg->getValue())) in createResponseFile()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp116 static std::string rewritePath(StringRef s) { in rewritePath() function
165 os << arg->getSpelling() << " " << quote(rewritePath(arg->getValue())) in createResponseFile()
171 << quote(rewritePath(arg->getValue(2))) << "\n"; in createResponseFile()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDriver.cpp633 static std::string rewritePath(StringRef s) { in rewritePath() function
664 os << arg->getSpelling() << quote(rewritePath(arg->getValue())) << '\n'; in createResponseFile()
669 os << arg->getSpelling() << '@' << quote(rewritePath(orderFile)) << '\n'; in createResponseFile()
676 << quote(rewritePath(nameFile.second)) << '\n'; in createResponseFile()