Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp2032 typedef _Unwind_Reason_Code __xlcxx_personality_v0_t(int, _Unwind_Action, typedef
2036 __attribute__((__weak__)) __xlcxx_personality_v0_t __xlcxx_personality_v0;
2039 static __xlcxx_personality_v0_t *xlcPersonalityV0;
2156 xlcPersonalityV0 = reinterpret_cast<__xlcxx_personality_v0_t *>( in getInfoFromTBTable()