Searched refs:UnwindCode (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A 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()
|
H A D | Win64EHDumper.h | 47 void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC);
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | Win64EH.h | 65 union UnwindCode { union 105 UnwindCode UnwindCodes[1];
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64WinCOFFStreamer.cpp | 68 void AArch64TargetWinCOFFStreamer::EmitARM64WinUnwindCode(unsigned UnwindCode, in EmitARM64WinUnwindCode() argument 76 auto Inst = WinEH::Instruction(UnwindCode, Label, Reg, Offset); in EmitARM64WinUnwindCode()
|
H A D | AArch64TargetStreamer.h | 124 void EmitARM64WinUnwindCode(unsigned UnwindCode, int Reg, int Offset);
|