Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DCOFFDump.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()
348 printAllUnwindCodes(ArrayRef<UnwindCode>(&UI->UnwindCodes[0], in printCOFFUnwindInfo()
/external/llvm/include/llvm/Support/
DWin64EH.h41 union UnwindCode { union
81 UnwindCode UnwindCodes[1];