Searched refs:addModifiedSearchDir (Results 1 – 3 of 3) sorted by relevance
623 ctx.addModifiedSearchDir(libPath->getValue()); in parse()633 ctx.addModifiedSearchDir("/usr/lib", true); in parse()634 ctx.addModifiedSearchDir("/usr/local/lib", true); in parse()
219 void addModifiedSearchDir(StringRef libPath, bool isSystemPath = false);
474 void MachOLinkingContext::addModifiedSearchDir(StringRef libPath, in addModifiedSearchDir() function in lld::MachOLinkingContext