Home | History | Annotate | Download | only in src

Lines Matching refs:UnwindData

800     // | |      N |      unwind opcodes     | |  <-- UnwindData
813 uint32_t *UnwindData = reinterpret_cast<uint32_t*>(exceptionTableAddr) + 1;
814 uint32_t FirstDataWord = *UnwindData;
817 lsda = reinterpret_cast<uintptr_t>(UnwindData + NDataWords);