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

References

tools/lld/include/lld/Core/File.h
   71     if (_archivePath.empty())
   74       _archiveMemberPath = (_archivePath + "(" + _path + ")").str();
   80   StringRef archivePath() const { return _archivePath; }
   81   void setArchivePath(StringRef path) { _archivePath = path; }