Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp476 bool isSystemPath) { in addModifiedSearchDir() argument
496 if (_syslibRoots.size() != 1 || !isSystemPath) { in addModifiedSearchDir()
504 bool isSystemPath) { in addFrameworkSearchDir() argument
523 if (isSystemPath && (_syslibRoots.size() == 1)) in addFrameworkSearchDir()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h220 void addModifiedSearchDir(StringRef libPath, bool isSystemPath = false);
237 void addFrameworkSearchDir(StringRef fwPath, bool isSystemPath = false);