Searched refs:findFile (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | DriverUtils.cpp | 213 static std::optional<std::string> findFile(StringRef path1, in findFile() function 228 if (std::optional<std::string> s = findFile(dir, path)) in findFromSearchPaths() 238 if (std::optional<std::string> s = findFile(dir, "lib" + name + ".so")) in searchLibraryBaseName() 240 if (std::optional<std::string> s = findFile(dir, "lib" + name + ".a")) in searchLibraryBaseName()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIASession.cpp | 299 Session->findFile(DiaCompiland, Utf16Pattern.m_str, Flags, &SourceFiles)) in findSourceFiles() 334 if (S_OK != Session->findFile(nullptr, nullptr, nsNone, &Files)) in getAllSourceFiles() 347 Session->findFile(RawSymbol.getDiaSymbol(), nullptr, nsNone, &Files)) in getSourceFilesForCompiland()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Driver.h | 108 StringRef findFile(StringRef filename);
|
H A D | Driver.cpp | 473 StringRef LinkerDriver::findFile(StringRef filename) { in findFile() function in lld::coff::LinkerDriver 510 StringRef path = findFile(filename); in findFileIfNew() 532 return findFile(libName); in findLibMinGW() 541 StringRef ret = findFile(filename); in findLib() 1340 if (std::optional<StringRef> path = findFile(arg->getValue())) in maybeExportMinGWSymbols() 2085 if (std::optional<StringRef> path = findFile(arg->getValue())) in linkerMain()
|