Lines Matching refs:UnwindCode
77 void printUnwindCode(const Win64EH::UnwindInfo& UI, ArrayRef<UnwindCode> UCs);
159 static unsigned getNumUsedSlots(const UnwindCode &UnwindCode) {
160 switch (UnwindCode.getUnwindOp()) {
174 return (UnwindCode.getOpInfo() == 0) ? 2 : 3;
462 static uint32_t getLargeSlotValue(ArrayRef<UnwindCode> UCs) {
1026 ArrayRef<UnwindCode> UCs(&UI.UnwindCodes[0], UI.NumCodes);
1027 for (const UnwindCode *I = UCs.begin(), *E = UCs.end(); I < E; ++I) {
1033 printUnwindCode(UI, ArrayRef<UnwindCode>(I, E));
1060 ArrayRef<UnwindCode> UCs) {