Searched refs:pdbPath (Results 1 – 5 of 5) sorted by relevance
844 static std::optional<std::string> findPdbPath(StringRef pdbPath, in findPdbPath() argument850 if (llvm::sys::fs::exists(pdbPath)) in findPdbPath()851 return normalizePdbPath(pdbPath); in findPdbPath()852 std::string ret = getPdbBaseName(dependentFile, pdbPath); in findPdbPath()
132 llvm::SmallString<128> pdbPath; member
1230 sys::path::filename(ctx.config.pdbPath, sys::path::Style::windows); in parsePDBAltPath()1587 config->pdbPath = arg->getValue(); in linkerMain()2168 if (config->pdbPath.empty()) { in linkerMain()2169 config->pdbPath = config->outputFile; in linkerMain()2170 sys::path::replace_extension(config->pdbPath, ".pdb"); in linkerMain()2176 config->pdbAltPath = config->pdbPath; in linkerMain()
1298 tsis.back().typeIndex.getIndex(), ctx.config.pdbPath); in printStats()1650 nativePath = ctx.config.pdbPath; in addSections()1689 if (Error e = builder.commit(ctx.config.pdbPath, guid)) { in commit()1691 error("failed to write PDB file " + Twine(ctx.config.pdbPath)); in commit()
691 if (!ctx.config.pdbPath.empty() && ctx.config.debug) { in run()1990 config->mingw && config->debug && config->pdbPath.empty(); in writeBuildId()