Home
last modified time | relevance | path

Searched refs:PDBPath (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDriver.cpp859 sys::path::filename(Config->PDBPath, sys::path::Style::windows); in parsePDBAltPath()
1035 Config->PDBPath = Arg->getValue(); in link()
1474 if (Config->PDBPath.empty()) { in link()
1475 Config->PDBPath = Config->OutputFile; in link()
1476 sys::path::replace_extension(Config->PDBPath, ".pdb"); in link()
1482 Config->PDBAltPath = Config->PDBPath; in link()
H A DConfig.h108 llvm::SmallString<128> PDBPath; member
H A DPDB.cpp1591 NativePath = Config->PDBPath; in addSections()
1622 ExitOnErr(Builder.commit(Config->PDBPath, Guid)); in commit()
H A DWriter.cpp551 if (!Config->PDBPath.empty() && Config->Debug) { in run()
1633 Config->MinGW && Config->Debug && Config->PDBPath.empty(); in writeBuildId()