Searched refs:UnwindCode (Results 1 – 6 of 6) sorted by relevance
50 static uint32_t getLargeSlotValue(ArrayRef<UnwindCode> UC) { in getLargeSlotValue()96 static unsigned getNumUsedSlots(const UnwindCode &UnwindCode) { in getNumUsedSlots() argument97 switch (UnwindCode.getUnwindOp()) { in getNumUsedSlots()111 return (UnwindCode.getOpInfo() == 0) ? 2 : 3; in getNumUsedSlots()180 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode()255 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes); in printUnwindInfo()256 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { in printUnwindInfo()
48 void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC);
40 union UnwindCode { union76 UnwindCode unwindCodes[1];
41 union UnwindCode { union81 UnwindCode UnwindCodes[1];
73 static unsigned getNumUsedSlots(const UnwindCode &UnwindCode) { in getNumUsedSlots() argument74 switch (UnwindCode.getUnwindOp()) { in getNumUsedSlots()88 return (UnwindCode.getOpInfo() == 0) ? 2 : 3; in getNumUsedSlots()95 static void printUnwindCode(ArrayRef<UnwindCode> UCs) { in printUnwindCode()143 static void printAllUnwindCodes(ArrayRef<UnwindCode> UCs) { in printAllUnwindCodes()144 for (const UnwindCode *I = UCs.begin(), *E = UCs.end(); I < E; ) { in printAllUnwindCodes()
65 union UnwindCode { union99 UnwindCode unwind_code[1];716 UnwindCode *unwind_code = &unwind_info->unwind_code[c]; in PrintFrameDataUsingEXE()