Searched refs:GCOV_TAG_ARCS (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dgcov-dump.c68 {GCOV_TAG_ARCS, "ARCS", tag_arcs},
H A Dgcov-io.h303 #define GCOV_TAG_ARCS ((gcov_unsigned_t)0x01430000) macro
H A Dprofile.c930 offset = gcov_write_tag (GCOV_TAG_ARCS);
H A Dgcov.c792 else if (fn && tag == GCOV_TAG_ARCS)
/openbsd-current/gnu/llvm/llvm/lib/ProfileData/
H A DGCOV.cpp37 GCOV_TAG_ARCS = 0x01430000, enumerator in enum:uint32_t
159 } else if (tag == GCOV_TAG_ARCS && fn) {
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp58 GCOV_TAG_ARCS = 0x01430000, enumerator in enum:uint32_t
406 write(GCOV_TAG_ARCS);
418 write(GCOV_TAG_ARCS);

Completed in 286 milliseconds