Searched refs:pdbPath (Results 1 – 5 of 5) sorted by relevance
866 static Optional<std::string> findPdbPath(StringRef pdbPath, in findPdbPath() argument872 if (llvm::sys::fs::exists(pdbPath)) in findPdbPath()873 return normalizePdbPath(pdbPath); in findPdbPath()874 std::string ret = getPdbBaseName(dependentFile, pdbPath); in findPdbPath()
117 llvm::SmallString<128> pdbPath; member
1062 sys::path::filename(config->pdbPath, sys::path::Style::windows); in parsePDBAltPath()1368 config->pdbPath = arg->getValue(); in link()1926 if (config->pdbPath.empty()) { in link()1927 config->pdbPath = config->outputFile; in link()1928 sys::path::replace_extension(config->pdbPath, ".pdb"); in link()1934 config->pdbAltPath = config->pdbPath; in link()
1075 tsis.back().typeIndex.getIndex(), config->pdbPath); in printStats()1412 nativePath = config->pdbPath; in addSections()1448 ExitOnError exitOnErr((config->pdbPath + ": ").str()); in commit()1450 exitOnErr(builder.commit(config->pdbPath, guid)); in commit()
645 if (!config->pdbPath.empty() && config->debug) { in run()1883 config->mingw && config->debug && config->pdbPath.empty(); in writeBuildId()