Home
last modified time | relevance | path

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

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