Home
last modified time | relevance | path

Searched refs:GCOV_TAG_BLOCKS (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dgcov-io.h300 #define GCOV_TAG_BLOCKS ((gcov_unsigned_t)0x01410000) macro
H A Dgcov-dump.c67 {GCOV_TAG_BLOCKS, "BLOCKS", tag_blocks},
H A Dprofile.c905 offset = gcov_write_tag (GCOV_TAG_BLOCKS); in branch_prob()
H A Dgcov.c776 else if (fn && tag == GCOV_TAG_BLOCKS) in read_graph_file()
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DGCOV.cpp36 GCOV_TAG_BLOCKS = 0x01410000, enumerator
148 } else if (tag == GCOV_TAG_BLOCKS && fn) { in readGCNO()
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp57 GCOV_TAG_BLOCKS = 0x01410000, enumerator
392 write(GCOV_TAG_BLOCKS); in writeOut()