Searched refs:FilenameSegmentLengths (Results 1 – 1 of 1) sorted by relevance
243 DenseMap<size_t, size_t> FilenameSegmentLengths; in emitDebugInfoForFunction() local249 FilenameSegmentLengths[LastSegmentEnd] = J - LastSegmentEnd; in emitDebugInfoForFunction()253 FilenameSegmentLengths[LastSegmentEnd] = FI.Instrs.size() - LastSegmentEnd; in emitDebugInfoForFunction()282 ColSegEnd = ColSegI + FilenameSegmentLengths[LastSegmentStart]; in emitDebugInfoForFunction()295 if (FilenameSegmentLengths.count(J)) { in emitDebugInfoForFunction()311 size_t SegmentLength = FilenameSegmentLengths[J]; in emitDebugInfoForFunction()