Home
last modified time | relevance | path

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

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