Home
last modified time | relevance | path

Searched refs:UnwindCode (Results 1 – 15 of 15) 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/llvm-project/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp49 static uint32_t getLargeSlotValue(ArrayRef<UnwindCode> UC) { in getLargeSlotValue()
95 static unsigned getNumUsedSlots(const UnwindCode &UnwindCode) { in getNumUsedSlots() argument
96 switch (UnwindCode.getUnwindOp()) { in getNumUsedSlots()
110 return (UnwindCode.getOpInfo() == 0) ? 2 : 3; in getNumUsedSlots()
218 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode()
293 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes); in printUnwindInfo()
294 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { in printUnwindInfo()
DWin64EHDumper.h47 void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC);
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DPECallFrameInfo.cpp43 const UnwindCode *GetUnwindCode() const { return m_unwind_code; } in GetUnwindCode()
57 const UnwindCode *m_unwind_code;
89 m_unwind_info->NumCodes * sizeof(UnwindCode)); in GetNext()
95 TypedRead<UnwindCode>(m_unwind_code_data, m_unwind_code_offset); in GetNext()
105 ((m_unwind_info->NumCodes + 1) & ~1) * sizeof(UnwindCode); in GetNext()
137 bool ProcessUnwindCode(UnwindCode code);
193 bool EHProgramBuilder::ProcessUnwindCode(UnwindCode code) { in ProcessUnwindCode()
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DWin64EH.h59 union UnwindCode { union
99 UnwindCode UnwindCodes[1];
/external/llvm-project/llvm/include/llvm/Support/
DWin64EH.h65 union UnwindCode { union
105 UnwindCode UnwindCodes[1];
/external/llvm-project/llvm/tools/llvm-objdump/
DCOFFDump.cpp74 static unsigned getNumUsedSlots(const UnwindCode &UnwindCode) { in getNumUsedSlots() argument
75 switch (UnwindCode.getUnwindOp()) { in getNumUsedSlots()
89 return (UnwindCode.getOpInfo() == 0) ? 2 : 3; in getNumUsedSlots()
96 static void printUnwindCode(ArrayRef<UnwindCode> UCs) { in printUnwindCode()
144 static void printAllUnwindCodes(ArrayRef<UnwindCode> UCs) { in printAllUnwindCodes()
145 for (const UnwindCode *I = UCs.begin(), *E = UCs.end(); I < E; ) { in printAllUnwindCodes()
/external/google-breakpad/src/common/windows/
Dpe_util.cc57 union UnwindCode { union
91 UnwindCode unwind_code[1];
298 UnwindCode *unwind_code = &unwind_info->unwind_code[c]; in PrintPEFrameData()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64WinCOFFStreamer.cpp64 void AArch64TargetWinCOFFStreamer::EmitARM64WinUnwindCode(unsigned UnwindCode, in EmitARM64WinUnwindCode() argument
72 auto Inst = WinEH::Instruction(UnwindCode, Label, Reg, Offset); in EmitARM64WinUnwindCode()
DAArch64TargetStreamer.h102 void EmitARM64WinUnwindCode(unsigned UnwindCode, int Reg, int Offset);
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64WinCOFFStreamer.cpp70 void AArch64TargetWinCOFFStreamer::EmitARM64WinUnwindCode(unsigned UnwindCode, in EmitARM64WinUnwindCode() argument
78 auto Inst = WinEH::Instruction(UnwindCode, Label, Reg, Offset); in EmitARM64WinUnwindCode()
DAArch64TargetStreamer.h124 void EmitARM64WinUnwindCode(unsigned UnwindCode, int Reg, int Offset);