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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp148 mach_msg_type_number_t reg_count = MACHINE_THREAD_STATE_COUNT; local
150 &reg_count);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectRegister.cpp140 auto reg_count = reg_set->num_registers; local
141 return reg_count <= max ? reg_count : max;

Completed in 160 milliseconds