Searched refs:LastDirectiveIndices (Results 1 – 2 of 2) sorted by relevance
27 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()
82 SmallVector<unsigned> LastDirectiveIndices; variable