Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/libunwind/src/
HDUnwindCursor.hpp1646 _info.unwind_info_size = static_cast<uint32_t>(fdeInfo.fdeLength); in getInfoFromFdeCie()
1964 _info.unwind_info_size = 0; in getInfoFromCompactEncodingSection()
1983 _info.unwind_info_size = sizeof(RUNTIME_FUNCTION); in getInfoFromSEH()
2289 _info.unwind_info_size = 0; in getInfoFromTBTable()
/freebsd-13-stable/contrib/llvm-project/libunwind/include/
HDlibunwind.h99 uint32_t unwind_info_size; /* size of DWARF unwind info, or zero if none */ member