Searched refs:pdbPath (Results 1 – 5 of 5) sorted by relevance
1099 findPdbPath(StringRef pdbPath, ObjFile *dependentFile, StringRef outputPath) { in findPdbPath() argument1104 if (llvm::sys::fs::exists(pdbPath)) in findPdbPath()1105 return normalizePdbPath(pdbPath); in findPdbPath()1113 StringRef pdbName = sys::path::filename(pdbPath, sys::path::Style::windows); in findPdbPath()
151 llvm::SmallString<128> pdbPath; member
1239 sys::path::filename(ctx.config.pdbPath, sys::path::Style::windows); in parsePDBAltPath()1760 config->pdbPath = arg->getValue(); in linkerMain()2455 if (config->pdbPath.empty()) { in linkerMain()2456 config->pdbPath = config->outputFile; in linkerMain()2457 sys::path::replace_extension(config->pdbPath, ".pdb"); in linkerMain()2463 config->pdbAltPath = config->pdbPath; in linkerMain()
1308 tsis.back().typeIndex.getIndex(), ctx.config.pdbPath); in printStats()1686 nativePath = ctx.config.pdbPath; in addSections()1725 if (Error e = builder.commit(ctx.config.pdbPath, guid)) { in commit()1732 Err(ctx) << "failed to write PDB file " << Twine(ctx.config.pdbPath); in commit()
812 if (!ctx.config.pdbPath.empty() && ctx.config.debug) { in run()