Searched refs:IPToStateTable (Results 1 – 2 of 2) sorted by relevance
665 SmallVector<std::pair<const MCExpr *, int>, 4> IPToStateTable; in emitCXXFrameHandler3Table() local672 computeIP2StateTable(MF, FuncInfo, IPToStateTable); in emitCXXFrameHandler3Table()691 if (!IPToStateTable.empty()) in emitCXXFrameHandler3Table()735 OS.EmitIntValue(IPToStateTable.size(), 4); in emitCXXFrameHandler3Table()875 for (auto &IPStatePair : IPToStateTable) { in emitCXXFrameHandler3Table()886 SmallVectorImpl<std::pair<const MCExpr *, int>> &IPToStateTable) { in computeIP2StateTable() argument918 IPToStateTable.push_back( in computeIP2StateTable()931 IPToStateTable.push_back( in computeIP2StateTable()
68 SmallVectorImpl<std::pair<const MCExpr *, int>> &IPToStateTable);