Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DUnwindCursor.hpp1783 RUNTIME_FUNCTION *unwindEntry = lookUpSEHUnwindInfo(pc, &base); in getInfoFromSEH() local
1784 if (!unwindEntry) { in getInfoFromSEH()
1792 _info.unwind_info = reinterpret_cast<unw_word_t>(unwindEntry); in getInfoFromSEH()
1794 _info.start_ip = base + unwindEntry->BeginAddress; in getInfoFromSEH()
1796 _info.end_ip = base + unwindEntry->EndAddress; in getInfoFromSEH()
1799 UNWIND_INFO *xdata = reinterpret_cast<UNWIND_INFO *>(base + unwindEntry->UnwindData); in getInfoFromSEH()
1818 _info.end_ip = _info.start_ip + unwindEntry->FunctionLength; in getInfoFromSEH()