Searched refs:IPToStateTable (Results 1 – 2 of 2) sorted by relevance
675 SmallVector<std::pair<const MCExpr *, int>, 4> IPToStateTable; in emitCXXFrameHandler3Table() local682 computeIP2StateTable(MF, FuncInfo, IPToStateTable); in emitCXXFrameHandler3Table()706 if (!IPToStateTable.empty()) in emitCXXFrameHandler3Table()750 OS.emitInt32(IPToStateTable.size()); in emitCXXFrameHandler3Table()895 for (auto &IPStatePair : IPToStateTable) { in emitCXXFrameHandler3Table()906 SmallVectorImpl<std::pair<const MCExpr *, int>> &IPToStateTable) { in computeIP2StateTable() argument938 IPToStateTable.push_back( in computeIP2StateTable()958 IPToStateTable.push_back( in computeIP2StateTable()
73 SmallVectorImpl<std::pair<const MCExpr *, int>> &IPToStateTable);