Home
last modified time | relevance | path

Searched refs:StringRefVector (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h159 const StringRefVector &searchDirs() const { return _searchDirs; } in searchDirs()
160 const StringRefVector &frameworkDirs() const { return _frameworkDirs; } in frameworkDirs()
161 void setSysLibRoots(const StringRefVector &paths);
162 const StringRefVector &sysLibRoots() const { return _syslibRoots; } in sysLibRoots()
329 const StringRefVector &rpaths() const { return _rpaths; } in rpaths()
454 StringRefVector _searchDirs;
455 StringRefVector _syslibRoots;
456 StringRefVector _frameworkDirs;
475 StringRefVector _rpaths;
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DLinkingContext.h150 typedef std::vector<StringRef> StringRefVector; typedef
151 typedef StringRefVector::iterator StringRefVectorIter;
152 typedef StringRefVector::const_iterator StringRefVectorConstIter;
244 StringRefVector _initialUndefinedSymbols;
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp467 void MachOLinkingContext::setSysLibRoots(const StringRefVector &paths) { in setSysLibRoots()