Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/
H A DDWARFCFIFunctionFrameStreamer.cpp31 unsigned LastDirectiveIndex = LastDirectiveIndices.back(); in updateReceiver() local
34 assert(CurrentDirectiveIndex >= LastDirectiveIndex); in updateReceiver()
38 if (LastDirectiveIndex < CurrentDirectiveIndex) { in updateReceiver()
41 Directives.drop_front(LastDirectiveIndex) in updateReceiver()