Searched refs:UnwindCode (Results 1 – 2 of 2) sorted by relevance
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()154 printUnwindCode(ArrayRef<UnwindCode>(I, E)); in printAllUnwindCodes()348 printAllUnwindCodes(ArrayRef<UnwindCode>(&UI->UnwindCodes[0], in printCOFFUnwindInfo()
41 union UnwindCode { union81 UnwindCode UnwindCodes[1];