Searched refs:UnwindCodes (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DWin64EH.h99 UnwindCode UnwindCodes[1]; member in struct:llvm::Win64EH::UnwindInfo
124 return reinterpret_cast<void *>(&UnwindCodes[(NumCodes+1) & ~1]);
129 return reinterpret_cast<const void *>(&UnwindCodes[(NumCodes + 1) & ~1]);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp293 ListScope UCS(SW, "UnwindCodes");
294 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp522 printAllUnwindCodes(makeArrayRef(&UI->UnwindCodes[0], UI->NumCodes));
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp55 uint16_t UnwindCodes[2]; member in struct:UNWIND_INFO
1820 const uint32_t *handler = reinterpret_cast<uint32_t *>(&xdata->UnwindCodes[lastcode]);

Completed in 268 milliseconds