Searched refs:PDBAltPath (Results 1 – 3 of 3) sorted by relevance
898 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()
107 llvm::SmallString<128> PDBAltPath; member
142 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()