Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DConfig.h109 llvm::SmallString<128> PDBSourcePath; member
H A DPDB.cpp291 if (Config->PDBSourcePath.empty()) { in pdbMakeAbsolute()
301 SmallString<128> AbsoluteFileName = Config->PDBSourcePath; in pdbMakeAbsolute()
1503 if (Config->PDBSourcePath.empty()) in addCommonLinkerModuleSymbols()
1506 cwd = Config->PDBSourcePath; in addCommonLinkerModuleSymbols()
H A DDriver.cpp1042 Config->PDBSourcePath = Arg->getValue(); in link()