Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDriver.cpp898 Config->PDBAltPath = Buf; in parsePDBAltPath()
1037 Config->PDBAltPath = Arg->getValue(); in link()
1481 if (Config->PDBAltPath.empty()) { in link()
1482 Config->PDBAltPath = Config->PDBPath; in link()
1487 sys::fs::make_absolute(Config->PDBAltPath); in link()
1488 sys::path::remove_dots(Config->PDBAltPath); in link()
1491 parsePDBAltPath(Config->PDBAltPath); in link()
H A DConfig.h107 llvm::SmallString<128> PDBAltPath; member
H A DWriter.cpp142 return sizeof(codeview::DebugInfo) + Config->PDBAltPath.size() + 1; in getSize()
152 if (!Config->PDBAltPath.empty()) in writeTo()
153 memcpy(P, Config->PDBAltPath.data(), Config->PDBAltPath.size()); in writeTo()
154 P[Config->PDBAltPath.size()] = '\0'; in writeTo()