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

References

tools/lld/include/lld/Core/LinkingContext.h
  150   typedef StringRefVector::iterator StringRefVectorIter;
  151   typedef StringRefVector::const_iterator StringRefVectorConstIter;
  243   StringRefVector _initialUndefinedSymbols;
tools/lld/include/lld/ReaderWriter/MachOLinkingContext.h
  158   const StringRefVector &searchDirs() const { return _searchDirs; }
  159   const StringRefVector &frameworkDirs() const { return _frameworkDirs; }
  160   void setSysLibRoots(const StringRefVector &paths);
  161   const StringRefVector &sysLibRoots() const { return _syslibRoots; }
  328   const StringRefVector &rpaths() const { return _rpaths; }
  453   StringRefVector _searchDirs;
  454   StringRefVector _syslibRoots;
  455   StringRefVector _frameworkDirs;
  474   StringRefVector _rpaths;
tools/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
  466 void MachOLinkingContext::setSysLibRoots(const StringRefVector &paths) {