Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp665 SmallVector<std::pair<const MCExpr *, int>, 4> IPToStateTable; in emitCXXFrameHandler3Table() local
672 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() argument
918 IPToStateTable.push_back( in computeIP2StateTable()
931 IPToStateTable.push_back( in computeIP2StateTable()
DWinException.h68 SmallVectorImpl<std::pair<const MCExpr *, int>> &IPToStateTable);