reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/COFF/Driver.cpp
  958       sys::path::filename(config->pdbPath, sys::path::Style::windows);
 1235       config->pdbPath = arg->getValue();
 1734     if (config->pdbPath.empty()) {
 1735       config->pdbPath = config->outputFile;
 1736       sys::path::replace_extension(config->pdbPath, ".pdb");
 1742       config->pdbAltPath = config->pdbPath;
tools/lld/COFF/PDB.cpp
 1650   nativePath = config->pdbPath;
 1687   ExitOnError exitOnErr((config->pdbPath + ": ").str());
 1689   exitOnErr(builder.commit(config->pdbPath, guid));
tools/lld/COFF/Writer.cpp
  618   if (!config->pdbPath.empty() && config->debug) {
 1783       config->mingw && config->debug && config->pdbPath.empty();