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

/freebsd-current/contrib/llvm-project/lld/COFF/
H A DConfig.h148 llvm::SmallString<128> pdbPath; member in struct:lld::coff::Configuration
H A DInputFiles.cpp846 static std::optional<std::string> findPdbPath(StringRef pdbPath, argument
852 if (llvm::sys::fs::exists(pdbPath))
853 return normalizePdbPath(pdbPath);
854 std::string ret = getPdbBaseName(dependentFile, pdbPath);
H A DDriver.cpp1248 sys::path::filename(ctx.config.pdbPath, sys::path::Style::windows);
1685 config->pdbPath = arg->getValue();
2334 if (config->pdbPath.empty()) {
2335 config->pdbPath = config->outputFile;
2336 sys::path::replace_extension(config->pdbPath, ".pdb");
2342 config->pdbAltPath = config->pdbPath;
H A DPDB.cpp1310 tsis.back().typeIndex.getIndex(), ctx.config.pdbPath);
1678 nativePath = ctx.config.pdbPath;
1717 if (Error e = builder.commit(ctx.config.pdbPath, guid)) {
1725 error("failed to write PDB file " + Twine(ctx.config.pdbPath));
H A DWriter.cpp773 if (!ctx.config.pdbPath.empty() && ctx.config.debug) {

Completed in 134 milliseconds