Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/
H A DDWARFCFIFunctionFrameStreamer.cpp32 unsigned CurrentDirectiveIndex = in updateReceiver() local
34 assert(CurrentDirectiveIndex >= LastDirectiveIndex); in updateReceiver()
38 if (LastDirectiveIndex < CurrentDirectiveIndex) { in updateReceiver()
42 .drop_back(LastFrame->Instructions.size() - CurrentDirectiveIndex); in updateReceiver()
56 LastDirectiveIndices.back() = CurrentDirectiveIndex; in updateReceiver()