Searched refs:pdbAltPath (Results 1 – 3 of 3) sorted by relevance
1252 while (cursor < ctx.config.pdbAltPath.size()) { in parsePDBAltPath()1254 if ((firstMark = ctx.config.pdbAltPath.find('%', cursor)) == in parsePDBAltPath()1256 (secondMark = ctx.config.pdbAltPath.find('%', firstMark + 1)) == in parsePDBAltPath()1259 buf.append(ctx.config.pdbAltPath.substr(cursor)); in parsePDBAltPath()1265 buf.append(ctx.config.pdbAltPath.substr(cursor, firstMark - cursor)); in parsePDBAltPath()1267 ctx.config.pdbAltPath.substr(firstMark, secondMark - firstMark + 1); in parsePDBAltPath()1281 ctx.config.pdbAltPath = buf; in parsePDBAltPath()1762 config->pdbAltPath = arg->getValue(); in linkerMain()2462 if (config->pdbAltPath.empty()) { in linkerMain()2463 config->pdbAltPath = config->pdbPath; in linkerMain()[all …]
149 llvm::SmallString<128> pdbAltPath; member
147 return sizeof(codeview::DebugInfo) + ctx.config.pdbAltPath.size() + 1; in getSize()157 if (!ctx.config.pdbAltPath.empty()) in writeTo()158 memcpy(p, ctx.config.pdbAltPath.data(), ctx.config.pdbAltPath.size()); in writeTo()159 p[ctx.config.pdbAltPath.size()] = '\0'; in writeTo()