Searched refs:addModifiedSearchDir (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp622 ctx.addModifiedSearchDir(libPath->getValue());
632 ctx.addModifiedSearchDir("/usr/lib", true);
633 ctx.addModifiedSearchDir("/usr/local/lib", true);
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h219 void addModifiedSearchDir(StringRef libPath, bool isSystemPath = false);
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp474 void MachOLinkingContext::addModifiedSearchDir(StringRef libPath, function in class:lld::MachOLinkingContext

Completed in 108 milliseconds