Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcov.c132 gcov_type exec_count; member
871 bb_graph[i].exec_count = total;
881 bb_graph[i].exec_count = total;
897 total = bb_graph[i].exec_count - total;
921 total = bb_graph[i].exec_count - total;
1108 total = block_ptr->exec_count;
1408 if (!line_ptr->count && block_ptr->exec_count)
1413 line_ptr->count += block_ptr->exec_count;
H A DChangeLog.5832 (bb_info): Use gcov_type for succ_count, pred_count and exec_count.
/openbsd-src/sys/dev/ic/
H A Dqlareg.h394 u_int16_t exec_count; member
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2716 AttachCompletionHandler(Process *process, uint32_t exec_count);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp2685 uint32_t exec_count) in AttachCompletionHandler() argument
2686 : NextEventAction(process), m_exec_count(exec_count) { in AttachCompletionHandler()
2691 __FUNCTION__, static_cast<void *>(process), exec_count); in AttachCompletionHandler()