Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Common/
H A DReproduce.h33 std::string rewritePath(StringRef S);
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DDriverUtils.cpp168 OS << quote(rewritePath(Arg->getValue())) << "\n"; in createResponseFile()
184 OS << Arg->getSpelling() << " " << quote(rewritePath(Arg->getValue())) in createResponseFile()
/freebsd-12.1/contrib/llvm/tools/lld/Common/
H A DReproduce.cpp52 std::string lld::rewritePath(StringRef S) { in rewritePath() function in lld