Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp151 static std::string rewritePath(StringRef s) { in rewritePath() function
170 os << quote(rewritePath(arg->getValue())) << "\n"; in createResponseFile()
186 os << arg->getSpelling() << quote(rewritePath(arg->getValue())) << "\n"; in createResponseFile()
200 os << arg->getSpelling() << " " << quote(rewritePath(arg->getValue())) in createResponseFile()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp122 static std::string rewritePath(StringRef s) { in rewritePath() function
171 os << arg->getSpelling() << " " << quote(rewritePath(arg->getValue())) in createResponseFile()
177 << quote(rewritePath(arg->getValue(2))) << "\n"; in createResponseFile()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DDriver.cpp796 static std::string rewritePath(StringRef s) { in rewritePath() function
823 os << arg->getSpelling() << quote(rewritePath(arg->getValue())) << '\n'; in createResponseFile()
828 os << arg->getSpelling() << '@' << quote(rewritePath(orderFile)) << '\n'; in createResponseFile()
835 << quote(rewritePath(nameFile.second)) << '\n'; in createResponseFile()