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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp34 GCOV_TAG_ARCS = 0x01430000, enumerator in enum:uint32_t
100 } else if (tag == GCOV_TAG_ARCS && fn) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp57 GCOV_TAG_ARCS = 0x01430000, enumerator in enum:uint32_t
416 write(GCOV_TAG_ARCS);

Completed in 93 milliseconds