Searched refs:pdbAltPath (Results 1 – 3 of 3) sorted by relevance
1261 while (cursor < ctx.config.pdbAltPath.size()) { in parsePDBAltPath()1263 if ((firstMark = ctx.config.pdbAltPath.find('%', cursor)) == in parsePDBAltPath()1265 (secondMark = ctx.config.pdbAltPath.find('%', firstMark + 1)) == in parsePDBAltPath()1268 buf.append(ctx.config.pdbAltPath.substr(cursor)); in parsePDBAltPath()1274 buf.append(ctx.config.pdbAltPath.substr(cursor, firstMark - cursor)); in parsePDBAltPath()1290 ctx.config.pdbAltPath = buf; in parsePDBAltPath()1687 config->pdbAltPath = arg->getValue(); in linkerMain()2341 if (config->pdbAltPath.empty()) { in linkerMain()2342 config->pdbAltPath = config->pdbPath; in linkerMain()2347 sys::fs::make_absolute(config->pdbAltPath); in linkerMain()[all …]
146 llvm::SmallString<128> pdbAltPath; member
150 return sizeof(codeview::DebugInfo) + ctx.config.pdbAltPath.size() + 1; in getSize()160 if (!ctx.config.pdbAltPath.empty()) in writeTo()161 memcpy(p, ctx.config.pdbAltPath.data(), ctx.config.pdbAltPath.size()); in writeTo()162 p[ctx.config.pdbAltPath.size()] = '\0'; in writeTo()