Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp1099 findPdbPath(StringRef pdbPath, ObjFile *dependentFile, StringRef outputPath) { in findPdbPath() argument
1104 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()
H A DConfig.h151 llvm::SmallString<128> pdbPath; member
H A DDriver.cpp1239 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()
H A DPDB.cpp1308 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()
H A DWriter.cpp812 if (!ctx.config.pdbPath.empty() && ctx.config.debug) { in run()