Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp686 SmallVector<std::pair<const MCExpr *, int>, 4> IPToStateTable; in emitCXXFrameHandler3Table() local
693 computeIP2StateTable(MF, FuncInfo, IPToStateTable); in emitCXXFrameHandler3Table()
712 if (!IPToStateTable.empty()) in emitCXXFrameHandler3Table()
756 OS.emitInt32(IPToStateTable.size()); in emitCXXFrameHandler3Table()
896 for (auto &IPStatePair : IPToStateTable) { in emitCXXFrameHandler3Table()
907 SmallVectorImpl<std::pair<const MCExpr *, int>> &IPToStateTable) { in computeIP2StateTable() argument
939 IPToStateTable.push_back( in computeIP2StateTable()
952 IPToStateTable.push_back( in computeIP2StateTable()
H A DWinException.h69 SmallVectorImpl<std::pair<const MCExpr *, int>> &IPToStateTable);