Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DDriver.cpp1244 size_t firstMark, secondMark; in parsePDBAltPath() local
1245 if ((firstMark = ctx.config.pdbAltPath.find('%', cursor)) == in parsePDBAltPath()
1247 (secondMark = ctx.config.pdbAltPath.find('%', firstMark + 1)) == in parsePDBAltPath()
1256 buf.append(ctx.config.pdbAltPath.substr(cursor, firstMark - cursor)); in parsePDBAltPath()
1258 ctx.config.pdbAltPath.substr(firstMark, secondMark - firstMark + 1); in parsePDBAltPath()