Home | History | Annotate | Download | only in Unwind

Lines Matching refs:UnwindData

776     // | |      N |      unwind opcodes     | |  <-- UnwindData
789 uint32_t *UnwindData = reinterpret_cast<uint32_t*>(exceptionTableAddr) + 1;
790 uint32_t FirstDataWord = *UnwindData;
793 lsda = reinterpret_cast<uintptr_t>(UnwindData + NDataWords);