Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c51 GCOV_TAG_COUNTER_ARCS = 0x01a10000, enumerator
407 if (val != GCOV_TAG_COUNTER_ARCS) { in llvm_gcda_emit_arcs()
430 write_32bit_value(GCOV_TAG_COUNTER_ARCS); in llvm_gcda_emit_arcs()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp39 GCOV_TAG_COUNTER_ARCS = 0x01a10000, enumerator
266 } else if (tag == GCOV_TAG_COUNTER_ARCS && fn) { in readGCDA()