Home
last modified time | relevance | path

Searched refs:pdbPath (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp868 static Optional<std::string> findPdbPath(StringRef pdbPath, in findPdbPath() argument
874 if (llvm::sys::fs::exists(pdbPath)) in findPdbPath()
875 return normalizePdbPath(pdbPath); in findPdbPath()
876 std::string ret = getPdbBaseName(dependentFile, pdbPath); in findPdbPath()
H A DConfig.h126 llvm::SmallString<128> pdbPath; member
H A DDriver.cpp1124 sys::path::filename(config->pdbPath, sys::path::Style::windows); in parsePDBAltPath()
1439 config->pdbPath = arg->getValue(); in linkerMain()
2001 if (config->pdbPath.empty()) { in linkerMain()
2002 config->pdbPath = config->outputFile; in linkerMain()
2003 sys::path::replace_extension(config->pdbPath, ".pdb"); in linkerMain()
2009 config->pdbAltPath = config->pdbPath; in linkerMain()
H A DPDB.cpp1284 tsis.back().typeIndex.getIndex(), config->pdbPath); in printStats()
1632 nativePath = config->pdbPath; in addSections()
1671 if (Error e = builder.commit(config->pdbPath, guid)) { in commit()
1673 error("failed to write PDB file " + Twine(config->pdbPath)); in commit()
H A DWriter.cpp646 if (!config->pdbPath.empty() && config->debug) { in run()
1903 config->mingw && config->debug && config->pdbPath.empty(); in writeBuildId()