Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
Dlibunwind.cpp50 # define REGISTER_KIND Registers_x86 in unw_init_local() macro
52 # define REGISTER_KIND Registers_x86_64 in unw_init_local() macro
54 # define REGISTER_KIND Registers_ppc in unw_init_local() macro
56 # define REGISTER_KIND Registers_arm64 in unw_init_local() macro
58 # define REGISTER_KIND Registers_arm in unw_init_local() macro
60 # define REGISTER_KIND Registers_or1k in unw_init_local() macro
67 new ((void *)cursor) UnwindCursor<LocalAddressSpace, REGISTER_KIND>( in unw_init_local()
69 #undef REGISTER_KIND in unw_init_local()