Home
last modified time | relevance | path

Searched refs:pdbSourcePath (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/COFF/
H A DConfig.h132 llvm::SmallString<128> pdbSourcePath; member
H A DPDB.cpp258 if (config->pdbSourcePath.empty()) { in pdbMakeAbsolute()
269 SmallString<128> absoluteFileName = config->pdbSourcePath; in pdbMakeAbsolute()
1414 if (config->pdbSourcePath.empty()) in addCommonLinkerModuleSymbols()
1417 cwd = config->pdbSourcePath; in addCommonLinkerModuleSymbols()
H A DDriver.cpp1589 config->pdbSourcePath = arg->getValue(); in linkerMain()