HomeSort by: relevance | last modified time | path
    Searched refs:CxxUnwindMap (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 95 SmallVector<CxxUnwindMapEntry, 4> CxxUnwindMap;
102 int getLastStateNumber() const { return CxxUnwindMap.size() - 1; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 706 if (!FuncInfo.CxxUnwindMap.empty())
744 OS.emitInt32(FuncInfo.CxxUnwindMap.size());
778 for (const CxxUnwindMapEntry &UME : FuncInfo.CxxUnwindMap) {
815 assert(TBME.CatchHigh < int(FuncInfo.CxxUnwindMap.size()) &&
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 318 for (CxxUnwindMapEntry &UME : EHInfo.CxxUnwindMap)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
WinEHPrepare.cpp 137 FuncInfo.CxxUnwindMap.push_back(UME);
240 // FuncInfo.EHPadStateMap[] and FuncInfo.CxxUnwindMap[]

Completed in 78 milliseconds