Home
last modified time | relevance | path

Searched refs:UnwindCodes (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DWin64EH.h139 UnwindCode UnwindCodes[1]; member
164 return reinterpret_cast<void *>(&UnwindCodes[(NumCodes+1) & ~1]); in getLanguageSpecificData()
169 return reinterpret_cast<const void *>(&UnwindCodes[(NumCodes + 1) & ~1]); in getLanguageSpecificData()
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Dunwind-x86_64-image.yaml18 # CHECK-NEXT: UnwindCodes [
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp332 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes); in printUnwindInfo()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp654 printAllUnwindCodes(makeArrayRef(&UI->UnwindCodes[0], UI->NumCodes)); in printWin64EHUnwindInfo()
/llvm-project-15.0.7/libunwind/src/
H A DUnwindCursor.hpp69 uint16_t UnwindCodes[2]; member
1965 const uint32_t *handler = reinterpret_cast<uint32_t *>(&xdata->UnwindCodes[lastcode]); in getInfoFromSEH()