Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dgcov-io.h306 #define GCOV_TAG_LINES ((gcov_unsigned_t)0x01450000) macro
H A Dgcov-dump.c69 {GCOV_TAG_LINES, "LINES", tag_lines},
H A Dprofile.c698 *offset = gcov_write_tag (GCOV_TAG_LINES); in output_location()
H A Dgcov.c849 else if (fn && tag == GCOV_TAG_LINES) in read_graph_file()
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DGCOV.cpp38 GCOV_TAG_LINES = 0x01450000, enumerator
180 } else if (tag == GCOV_TAG_LINES && fn) { in readGCNO()
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp59 GCOV_TAG_LINES = 0x01450000, enumerator
289 write(GCOV_TAG_LINES); in writeOut()