HomeSort by relevance Sort by last modified time
    Searched defs:GCOV (Results 1 - 6 of 6) sorted by null

  /system/security/keystore/tests/
Makefile 116 GCOV=$(CPPSRCS:.cpp=.gcov) $(CPPSRCS:.cpp=.gcda) $(CPPSRCS:.cpp=.gcno)
119 rm -f $(OBJS) $(DEPS) $(BINARIES) $(GCOV) \
121 *gcov *gcno *gcda coverage.info
  /external/llvm/include/llvm/Support/
GCOV.h 1 //===- GCOV.h - LLVM coverage tool ----------------------------------------===//
11 // use 'gcov' format.
32 namespace GCOV {
35 /// \brief A struct for passing gcov options between functions.
50 } // end GCOV namespace
52 /// GCOVBuffer - A wrapper around MemoryBuffer to provide GCOV specific
80 /// readGCOVVersion - Read GCOV version.
81 bool readGCOVVersion(GCOV::GCOVVersion &Version) {
85 Version = GCOV::V402;
90 Version = GCOV::V404
    [all...]
  /external/strace/
Makefile 599 GCOV =
    [all...]
  /external/strace/tests/
Makefile     [all...]
  /external/strace/tests-m32/
Makefile     [all...]
  /external/strace/tests-mx32/
Makefile     [all...]

Completed in 165 milliseconds