Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DInputFiles.cpp838 static Optional<std::string> findPdbPath(StringRef pdbPath, in findPdbPath() argument
844 if (llvm::sys::fs::exists(pdbPath)) in findPdbPath()
845 return normalizePdbPath(pdbPath); in findPdbPath()
846 std::string ret = getPdbBaseName(dependentFile, pdbPath); in findPdbPath()
H A DConfig.h131 llvm::SmallString<128> pdbPath; member
H A DDriver.cpp1224 sys::path::filename(config->pdbPath, sys::path::Style::windows); in parsePDBAltPath()
1572 config->pdbPath = arg->getValue(); in linkerMain()
2135 if (config->pdbPath.empty()) { in linkerMain()
2136 config->pdbPath = config->outputFile; in linkerMain()
2137 sys::path::replace_extension(config->pdbPath, ".pdb"); in linkerMain()
2143 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.cpp639 if (!config->pdbPath.empty() && config->debug) { in run()
1907 config->mingw && config->debug && config->pdbPath.empty(); in writeBuildId()