Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/Driver/
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()
/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h219 void addModifiedSearchDir(StringRef libPath, bool isSystemPath = false);
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp474 void MachOLinkingContext::addModifiedSearchDir(StringRef libPath, in addModifiedSearchDir() function in lld::MachOLinkingContext