HomeSort by relevance Sort by last modified time
    Searched refs:LLVM_COV_BIN (Results 1 - 2 of 2) sorted by null

  /external/pdfium/testing/tools/coverage/
llvm-gcov 10 # LLVM_COV_BIN needs to be set by caller and should the path to
15 exec ${LLVM_COV_BIN} gcov $*
  /external/catch2/CMake/
llvm-cov-wrapper 13 if [ -z "$LLVM_COV_BIN" ]
15 echo "LLVM_COV_BIN not set!" >& 2
21 LLVM_VERSION=$($LLVM_COV_BIN -version | grep -i "LLVM version" \
44 "gcno") exec $LLVM_COV_BIN --gcno="$1" ;;
45 "gcda") exec $LLVM_COV_BIN --gcda="$1" ;;
52 exec $LLVM_COV_BIN $@
56 exec $LLVM_COV_BIN gcov $@

Completed in 746 milliseconds