Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.cpp244 DenseMap<size_t, size_t> FilenameSegmentLengths; in emitDebugInfoForFunction() local
250 FilenameSegmentLengths[LastSegmentEnd] = J - LastSegmentEnd; in emitDebugInfoForFunction()
254 FilenameSegmentLengths[LastSegmentEnd] = FI.Instrs.size() - LastSegmentEnd; in emitDebugInfoForFunction()
279 if (FilenameSegmentLengths.count(J)) { in emitDebugInfoForFunction()
296 size_t SegmentLength = FilenameSegmentLengths[J]; in emitDebugInfoForFunction()