Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DConfig.h133 llvm::SmallString<128> pdbSourcePath; member
H A DPDB.cpp262 if (ctx.config.pdbSourcePath.empty()) { in pdbMakeAbsolute()
273 SmallString<128> absoluteFileName = ctx.config.pdbSourcePath; in pdbMakeAbsolute()
1429 if (ctx.config.pdbSourcePath.empty()) in addCommonLinkerModuleSymbols()
1432 cwd = ctx.config.pdbSourcePath; in addCommonLinkerModuleSymbols()
H A DDriver.cpp1604 config->pdbSourcePath = arg->getValue(); in linkerMain()