Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DWin64EHDumper.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()
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()
DWin64EHDumper.h48 void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DWin64EH.h40 union UnwindCode { union
76 UnwindCode unwindCodes[1];
/external/llvm/include/llvm/Support/
DWin64EH.h41 union UnwindCode { union
81 UnwindCode UnwindCodes[1];
/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()
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc65 union UnwindCode { union
99 UnwindCode unwind_code[1];
716 UnwindCode *unwind_code = &unwind_info->unwind_code[c]; in PrintFrameDataUsingEXE()