Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DGCDAProfiling.c80 static int gcov_version; variable
360 gcov_version = c3 >= 'A' ? (c3 - 'A') * 100 + (c2 - '0') * 10 + c1 - '0' in llvm_gcda_start_file()
376 int use_extra_checksum = gcov_version >= 47; in llvm_gcda_emit_function()
460 gcov_version >= 90 ? GCOV_TAG_OBJECT_SUMMARY : GCOV_TAG_PROGRAM_SUMMARY; in llvm_gcda_summary_info()
471 if (gcov_version < 90) { in llvm_gcda_summary_info()
479 for (uint32_t i = gcov_version < 90 ? 3 : 2; i < val; ++i) in llvm_gcda_summary_info()
487 if (gcov_version >= 90) { in llvm_gcda_summary_info()
/openbsd-src/gnu/gcc/gcc/
H A Dlibgcov.c134 gcov_version (struct gcov_info *ptr, gcov_unsigned_t version, in gcov_version() function
331 if (!gcov_version (gi_ptr, length, gi_filename)) in gcov_exit()
542 if (gcov_version (info, info->version, 0)) in __gcov_init()