Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DConfig.h127 llvm::SmallString<128> pdbSourcePath; member
H A DPDB.cpp266 if (config->pdbSourcePath.empty()) { in pdbMakeAbsolute()
276 SmallString<128> absoluteFileName = config->pdbSourcePath; in pdbMakeAbsolute()
1414 if (config->pdbSourcePath.empty()) in addCommonLinkerModuleSymbols()
1417 cwd = config->pdbSourcePath; in addCommonLinkerModuleSymbols()
H A DDriver.cpp1454 config->pdbSourcePath = arg->getValue(); in linkerMain()