/external/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 50 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()
|
D | Win64EHDumper.h | 48 void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC);
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 49 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()
|
D | Win64EHDumper.h | 47 void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC);
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | PECallFrameInfo.cpp | 43 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/ |
D | Win64EH.h | 41 union UnwindCode { union 81 UnwindCode UnwindCodes[1];
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Win64EH.h | 59 union UnwindCode { union 99 UnwindCode UnwindCodes[1];
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Win64EH.h | 65 union UnwindCode { union 105 UnwindCode UnwindCodes[1];
|
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 73 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/llvm-project/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 74 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/ |
D | pe_util.cc | 57 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/ |
D | AArch64WinCOFFStreamer.cpp | 64 void AArch64TargetWinCOFFStreamer::EmitARM64WinUnwindCode(unsigned UnwindCode, in EmitARM64WinUnwindCode() argument 72 auto Inst = WinEH::Instruction(UnwindCode, Label, Reg, Offset); in EmitARM64WinUnwindCode()
|
D | AArch64TargetStreamer.h | 102 void EmitARM64WinUnwindCode(unsigned UnwindCode, int Reg, int Offset);
|
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64WinCOFFStreamer.cpp | 70 void AArch64TargetWinCOFFStreamer::EmitARM64WinUnwindCode(unsigned UnwindCode, in EmitARM64WinUnwindCode() argument 78 auto Inst = WinEH::Instruction(UnwindCode, Label, Reg, Offset); in EmitARM64WinUnwindCode()
|
D | AArch64TargetStreamer.h | 124 void EmitARM64WinUnwindCode(unsigned UnwindCode, int Reg, int Offset);
|