Searched refs:pdbPath (Results 1 – 5 of 5) sorted by relevance
838 static Optional<std::string> findPdbPath(StringRef pdbPath, in findPdbPath() argument844 if (llvm::sys::fs::exists(pdbPath)) in findPdbPath()845 return normalizePdbPath(pdbPath); in findPdbPath()846 std::string ret = getPdbBaseName(dependentFile, pdbPath); in findPdbPath()
131 llvm::SmallString<128> pdbPath; member
1224 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()
1284 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()
639 if (!config->pdbPath.empty() && config->debug) { in run()1907 config->mingw && config->debug && config->pdbPath.empty(); in writeBuildId()