Searched refs:IPToStateTable (Results 1 – 2 of 2) sorted by relevance
653 SmallVector<std::pair<const MCExpr *, int>, 4> IPToStateTable; in emitCXXFrameHandler3Table() local660 computeIP2StateTable(MF, FuncInfo, IPToStateTable); in emitCXXFrameHandler3Table()679 if (!IPToStateTable.empty()) in emitCXXFrameHandler3Table()723 OS.EmitIntValue(IPToStateTable.size(), 4); in emitCXXFrameHandler3Table()863 for (auto &IPStatePair : IPToStateTable) { in emitCXXFrameHandler3Table()874 SmallVectorImpl<std::pair<const MCExpr *, int>> &IPToStateTable) { in computeIP2StateTable() argument906 IPToStateTable.push_back( in computeIP2StateTable()919 IPToStateTable.push_back( in computeIP2StateTable()
69 SmallVectorImpl<std::pair<const MCExpr *, int>> &IPToStateTable);