• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/libunwind/src/

Lines Matching refs:unw_context_t

104   static_assert((check_fit<Registers_x86, unw_context_t>::does_fit),
105 "x86 registers do not fit into unw_context_t");
321 static_assert((check_fit<Registers_x86_64, unw_context_t>::does_fit),
322 "x86_64 registers do not fit into unw_context_t");
646 static_assert((check_fit<Registers_ppc, unw_context_t>::does_fit),
647 "ppc registers do not fit into unw_context_t");
1213 static_assert((check_fit<Registers_ppc64, unw_context_t>::does_fit),
1214 "ppc64 registers do not fit into unw_context_t");
1819 static_assert((check_fit<Registers_arm64, unw_context_t>::does_fit),
1820 "arm64 registers do not fit into unw_context_t");
2157 static_assert((check_fit<Registers_arm, unw_context_t>::does_fit),
2158 "arm registers do not fit into unw_context_t");
2567 static_assert((check_fit<Registers_or1k, unw_context_t>::does_fit),
2568 "or1k registers do not fit into unw_context_t");
2773 static_assert((check_fit<Registers_mips_o32, unw_context_t>::does_fit),
2774 "mips_o32 registers do not fit into unw_context_t");
3095 static_assert((check_fit<Registers_mips_newabi, unw_context_t>::does_fit),
3096 "mips_newabi registers do not fit into unw_context_t");
3384 static_assert((check_fit<Registers_sparc, unw_context_t>::does_fit),
3385 "sparc registers do not fit into unw_context_t");
3568 static_assert((check_fit<Registers_hexagon, unw_context_t>::does_fit),
3569 "hexagon registers do not fit into unw_context_t");
3747 static_assert((check_fit<Registers_riscv, unw_context_t>::does_fit),
3748 "riscv registers do not fit into unw_context_t");