Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/
H A DDWARFCFIFunctionFrameStreamer.cpp27 assert(LastInstructions.size() == LastDirectiveIndices.size()); in updateReceiver()
31 unsigned LastDirectiveIndex = LastDirectiveIndices.back(); in updateReceiver()
56 LastDirectiveIndices.back() = CurrentDirectiveIndex; in updateReceiver()
69 LastDirectiveIndices.push_back(0); in emitCFIStartProcImpl()
81 LastDirectiveIndices.pop_back(); in emitCFIEndProcImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFCFIChecker/
H A DDWARFCFIFunctionFrameStreamer.h82 SmallVector<unsigned> LastDirectiveIndices; variable