Searched refs:IPToStateTable (Results 1 – 2 of 2) sorted by relevance
686 SmallVector<std::pair<const MCExpr *, int>, 4> IPToStateTable; in emitCXXFrameHandler3Table() local693 computeIP2StateTable(MF, FuncInfo, IPToStateTable); in emitCXXFrameHandler3Table()712 if (!IPToStateTable.empty()) in emitCXXFrameHandler3Table()756 OS.emitInt32(IPToStateTable.size()); in emitCXXFrameHandler3Table()896 for (auto &IPStatePair : IPToStateTable) { in emitCXXFrameHandler3Table()907 SmallVectorImpl<std::pair<const MCExpr *, int>> &IPToStateTable) { in computeIP2StateTable() argument939 IPToStateTable.push_back( in computeIP2StateTable()952 IPToStateTable.push_back( in computeIP2StateTable()
69 SmallVectorImpl<std::pair<const MCExpr *, int>> &IPToStateTable);