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

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

Completed in 121 milliseconds