Searched refs:unwind_info_size (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1515 _info.unwind_info_size = (uint32_t)fdeInfo.fdeLength;
1786 _info.unwind_info_size = 0;
1805 _info.unwind_info_size = sizeof(RUNTIME_FUNCTION);
1932 _info.unwind_info_size = (uint32_t)fdeInfo.fdeLength;
1960 _info.unwind_info_size = (uint32_t)fdeInfo.fdeLength;
/freebsd-12-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h93 uint32_t unwind_info_size; /* size of DWARF unwind info, or zero if none */ member in struct:unw_proc_info_t

Completed in 119 milliseconds