Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DInputFiles.cpp844 static std::optional<std::string> findPdbPath(StringRef pdbPath, in findPdbPath() argument
850 if (llvm::sys::fs::exists(pdbPath)) in findPdbPath()
851 return normalizePdbPath(pdbPath); in findPdbPath()
852 std::string ret = getPdbBaseName(dependentFile, pdbPath); in findPdbPath()
H A DConfig.h132 llvm::SmallString<128> pdbPath; member
H A DDriver.cpp1230 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()
H A DPDB.cpp1298 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()
H A DWriter.cpp691 if (!ctx.config.pdbPath.empty() && ctx.config.debug) { in run()
1990 config->mingw && config->debug && config->pdbPath.empty(); in writeBuildId()