Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h152 llvm::SmallString<128> pdbSourcePath; member
H A DPDB.cpp250 if (ctx.config.pdbSourcePath.empty()) { in pdbMakeAbsolute()
261 SmallString<128> absoluteFileName = ctx.config.pdbSourcePath; in pdbMakeAbsolute()
1451 if (ctx.config.pdbSourcePath.empty()) in addCommonLinkerModuleSymbols()
1454 cwd = ctx.config.pdbSourcePath; in addCommonLinkerModuleSymbols()
H A DDriver.cpp1777 config->pdbSourcePath = arg->getValue(); in linkerMain()