Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp653 SmallVector<std::pair<const MCExpr *, int>, 4> IPToStateTable; in emitCXXFrameHandler3Table() local
660 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() argument
906 IPToStateTable.push_back( in computeIP2StateTable()
919 IPToStateTable.push_back( in computeIP2StateTable()
H A DWinException.h69 SmallVectorImpl<std::pair<const MCExpr *, int>> &IPToStateTable);