Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h219 void addModifiedSearchDir(StringRef libPath, bool isSystemPath = false);
236 void addFrameworkSearchDir(StringRef fwPath, bool isSystemPath = false);
/external/llvm-project/lld/lib/ReaderWriter/MachO/
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()