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

Declarations

tools/lld/include/lld/Common/Reproduce.h
   25 std::string relativeToRoot(StringRef path);

References

tools/lld/COFF/Driver.cpp
  165     driver->tar->append(relativeToRoot(mbref.getBufferIdentifier()),
  625     std::string relPath = relativeToRoot(path);
  630     os << quote(relativeToRoot(path)) << "\n";
tools/lld/ELF/Driver.cpp
  174       tar->append(relativeToRoot(check(c.getFullName())), mbref.getBuffer());
tools/lld/ELF/DriverUtils.cpp
  162     return relativeToRoot(s);
tools/lld/ELF/InputFiles.cpp
  122     tar->append(relativeToRoot(path), mbref.getBuffer());
 1097     tar->append(relativeToRoot(CHECK(c.getFullName(), this)), mb.getBuffer());
tools/lld/wasm/Driver.cpp
  550       os << quote(relativeToRoot(arg->getValue())) << "\n";
tools/lld/wasm/InputFiles.cpp
   58     tar->append(relativeToRoot(path), mbref.getBuffer());