Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.cpp244 size_t LastSegmentEnd = 0; in emitDebugInfoForFunction() local
249 FilenameSegmentLengths[LastSegmentEnd] = J - LastSegmentEnd; in emitDebugInfoForFunction()
250 LastSegmentEnd = J; in emitDebugInfoForFunction()
253 FilenameSegmentLengths[LastSegmentEnd] = FI.Instrs.size() - LastSegmentEnd; in emitDebugInfoForFunction()