HomeSort by: relevance | last modified time | path
    Searched defs:GCOV_TAG_ARCS (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gcov-io.h 261 #define GCOV_TAG_ARCS ((gcov_unsigned_t)0x01430000)
  /src/external/gpl3/gcc.old/dist/gcc/
gcov-io.h 253 #define GCOV_TAG_ARCS ((gcov_unsigned_t)0x01430000)
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
GCOV.cpp 36 GCOV_TAG_ARCS = 0x01430000,
155 } else if (tag == GCOV_TAG_ARCS && fn) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 64 GCOV_TAG_ARCS = 0x01430000,
459 write(GCOV_TAG_ARCS);
471 write(GCOV_TAG_ARCS);

Completed in 112 milliseconds