Home
last modified time | relevance | path

Searched refs:isSystemPath (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp475 bool isSystemPath) { in addModifiedSearchDir() argument
495 if (_syslibRoots.size() != 1 || !isSystemPath) { in addModifiedSearchDir()
503 bool isSystemPath) { in addFrameworkSearchDir() argument
522 if (isSystemPath && (_syslibRoots.size() == 1)) in addFrameworkSearchDir()
/freebsd-13.1/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h219 void addModifiedSearchDir(StringRef libPath, bool isSystemPath = false);
236 void addFrameworkSearchDir(StringRef fwPath, bool isSystemPath = false);