Home
last modified time | relevance | path

Searched refs:UnwindCode (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/llvm-readobj/
HDWin64EHDumper.cpp50 static uint32_t getLargeSlotValue(ArrayRef<UnwindCode> UC) { in getLargeSlotValue()
96 static unsigned getNumUsedSlots(const UnwindCode &UnwindCode) { in getNumUsedSlots() argument
97 switch (UnwindCode.getUnwindOp()) { in getNumUsedSlots()
111 return (UnwindCode.getOpInfo() == 0) ? 2 : 3; in getNumUsedSlots()
177 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode()
252 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes); in printUnwindInfo()
253 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { in printUnwindInfo()
260 printUnwindCode(UI, ArrayRef<UnwindCode>(UCI, UCE)); in printUnwindInfo()
HDWin64EHDumper.h48 void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC);
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDCOFFDump.cpp73 static unsigned getNumUsedSlots(const UnwindCode &UnwindCode) { in getNumUsedSlots() argument
74 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()
443 printAllUnwindCodes(ArrayRef<UnwindCode>(&UI->UnwindCodes[0], UI->NumCodes)); in printWin64EHUnwindInfo()
/NextBSD/contrib/llvm/include/llvm/Support/
HDWin64EH.h41 union UnwindCode { union
81 UnwindCode UnwindCodes[1];