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

References

tools/lld/ELF/InputFiles.cpp
  106   if (!config->chroot.empty() && path.startswith("/"))
  107     path = saver.save(config->chroot + path);
  107     path = saver.save(config->chroot + path);
  109   log(path);
  111   auto mbOrErr = MemoryBuffer::getFile(path, -1, false);
  113     error("cannot open " + path + ": " + ec.message());
  122     tar->append(relativeToRoot(path), mbref.getBuffer());