Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DInputFiles.cpp866 static Optional<std::string> findPdbPath(StringRef pdbPath, in findPdbPath() argument
872 if (llvm::sys::fs::exists(pdbPath)) in findPdbPath()
873 return normalizePdbPath(pdbPath); in findPdbPath()
874 std::string ret = getPdbBaseName(dependentFile, pdbPath); in findPdbPath()
DConfig.h117 llvm::SmallString<128> pdbPath; member
DDriver.cpp1062 sys::path::filename(config->pdbPath, sys::path::Style::windows); in parsePDBAltPath()
1368 config->pdbPath = arg->getValue(); in link()
1926 if (config->pdbPath.empty()) { in link()
1927 config->pdbPath = config->outputFile; in link()
1928 sys::path::replace_extension(config->pdbPath, ".pdb"); in link()
1934 config->pdbAltPath = config->pdbPath; in link()
DPDB.cpp1075 tsis.back().typeIndex.getIndex(), config->pdbPath); in printStats()
1412 nativePath = config->pdbPath; in addSections()
1448 ExitOnError exitOnErr((config->pdbPath + ": ").str()); in commit()
1450 exitOnErr(builder.commit(config->pdbPath, guid)); in commit()
DWriter.cpp645 if (!config->pdbPath.empty() && config->debug) { in run()
1883 config->mingw && config->debug && config->pdbPath.empty(); in writeBuildId()