Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp58 GCOV_TAG_ARCS = 0x01430000, enumerator
406 write(GCOV_TAG_ARCS); in writeOut()
418 write(GCOV_TAG_ARCS); in writeOut()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp37 GCOV_TAG_ARCS = 0x01430000, enumerator
156 } else if (tag == GCOV_TAG_ARCS && fn) { in readGCNO()