Home
last modified time | relevance | path

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

/freebsd/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()
201 os << arg->getSpelling() << " " << quote(rewritePath(arg->getValue())) in createResponseFile()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp132 static std::string rewritePath(StringRef s) { in rewritePath() function
181 os << arg->getSpelling() << " " << quote(rewritePath(arg->getValue())) in createResponseFile()
187 << quote(rewritePath(arg->getValue(2))) << "\n"; in createResponseFile()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp787 static std::string rewritePath(StringRef s) { in rewritePath() function
814 os << arg->getSpelling() << quote(rewritePath(arg->getValue())) << '\n'; in createResponseFile()
819 os << arg->getSpelling() << '@' << quote(rewritePath(orderFile)) << '\n'; in createResponseFile()
826 << quote(rewritePath(nameFile.second)) << '\n'; in createResponseFile()