Home
last modified time | relevance | path

Searched refs:IPToStateTable (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp675 SmallVector<std::pair<const MCExpr *, int>, 4> IPToStateTable; in emitCXXFrameHandler3Table() local
682 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() argument
938 IPToStateTable.push_back( in computeIP2StateTable()
958 IPToStateTable.push_back( in computeIP2StateTable()
H A DWinException.h73 SmallVectorImpl<std::pair<const MCExpr *, int>> &IPToStateTable);