reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
672 computeIP2StateTable(MF, FuncInfo, IPToStateTable); 680 getFrameIndexOffset(FuncInfo.UnwindHelpFrameIdx, FuncInfo); 680 getFrameIndexOffset(FuncInfo.UnwindHelpFrameIdx, FuncInfo); 685 if (!FuncInfo.CxxUnwindMap.empty()) 688 if (!FuncInfo.TryBlockMap.empty()) 723 OS.EmitIntValue(FuncInfo.CxxUnwindMap.size(), 4); 729 OS.EmitIntValue(FuncInfo.TryBlockMap.size(), 4); 757 for (const CxxUnwindMapEntry &UME : FuncInfo.CxxUnwindMap) { 778 for (size_t I = 0, E = FuncInfo.TryBlockMap.size(); I != E; ++I) { 779 const WinEHTryBlockMapEntry &TBME = FuncInfo.TryBlockMap[I]; 794 assert(TBME.CatchHigh < int(FuncInfo.CxxUnwindMap.size()) && 820 for (size_t I = 0, E = FuncInfo.TryBlockMap.size(); I != E; ++I) { 821 const WinEHTryBlockMapEntry &TBME = FuncInfo.TryBlockMap[I]; 839 int Offset = getFrameIndexOffset(HT.CatchObj.FrameIndex, FuncInfo);