reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lld/include/lld/Common/Reproduce.h
   28 std::string quote(StringRef s);

References

tools/lld/COFF/Driver.cpp
  626     os << "/libpath:" << quote(relPath) << "\n";
  630     os << quote(relativeToRoot(path)) << "\n";
tools/lld/Common/Reproduce.cpp
   57   std::string v = quote(arg.getValue());
tools/lld/ELF/DriverUtils.cpp
  179       os << quote(rewritePath(arg->getValue())) << "\n";
  186       os << "-o " << quote(sys::path::filename(arg->getValue())) << "\n";
  195       os << arg->getSpelling() << " " << quote(rewritePath(arg->getValue()))
tools/lld/wasm/Driver.cpp
  550       os << quote(relativeToRoot(arg->getValue())) << "\n";
  557       os << "-o " << quote(sys::path::filename(arg->getValue())) << "\n";