Searched refs:libPath (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp474 void MachOLinkingContext::addModifiedSearchDir(StringRef libPath, argument
479 if (libPath.startswith("/")) {
482 llvm::sys::path::append(path, libPath);
496 if (pathExists(libPath)) {
497 _searchDirs.push_back(libPath);
710 auto libPath = searchLibrary(leafName); local
711 if (libPath)
712 return loadIndirectDylib(libPath.getValue());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp1131 llvm::SmallString<128> libPath(sdkPath);
1132 llvm::sys::path::append(libPath, "Lib");
1134 llvm::sys::path::append(libPath, windowsSDKLibVersion, "um",
1142 llvm::sys::path::append(libPath, "x64");
1152 path = std::string(libPath.str());
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1293 SmallString<128> libPath = file->parentName; local
1294 pdbMakeAbsolute(libPath);
1295 sys::path::native(libPath);
1301 firstMod.setObjFileName(libPath);
1308 mod->setObjFileName(libPath);
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h217 /// versions of libPath that exist, or the original libPath if there are none
219 void addModifiedSearchDir(StringRef libPath, bool isSystemPath = false);
/freebsd-13-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp621 for (auto libPath : parsedArgs.filtered(OPT_L)) {
622 ctx.addModifiedSearchDir(libPath->getValue());

Completed in 107 milliseconds