Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h160 void setSysLibRoots(const StringRefVector &paths);
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp466 void MachOLinkingContext::setSysLibRoots(const StringRefVector &paths) { in setSysLibRoots() function in lld::MachOLinkingContext
/freebsd-13.1/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp617 ctx.setSysLibRoots(sysLibRoots); in parse()