LCOV - code coverage report
Current view: top level - lib/Analysis - ObjCARCAnalysisUtils.cpp (source / functions) Hit Total Coverage
Test: llvm-toolchain.info Lines: 3 3 100.0 %
Date: 2018-07-13 00:08:38 Functions: 2 2 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : //===- ObjCARCAnalysisUtils.cpp -------------------------------------------===//
       2             : //
       3             : //                     The LLVM Compiler Infrastructure
       4             : //
       5             : // This file is distributed under the University of Illinois Open Source
       6             : // License. See LICENSE.TXT for details.
       7             : //
       8             : //===----------------------------------------------------------------------===//
       9             : //
      10             : // This file implements common infrastructure for libLLVMObjCARCOpts.a, which
      11             : // implements several scalar transformations over the LLVM intermediate
      12             : // representation, including the C bindings for that library.
      13             : //
      14             : //===----------------------------------------------------------------------===//
      15             : 
      16             : #include "llvm/Analysis/ObjCARCAnalysisUtils.h"
      17             : #include "llvm/Support/CommandLine.h"
      18             : 
      19             : using namespace llvm;
      20             : using namespace llvm::objcarc;
      21             : 
      22             : /// A handy option to enable/disable all ARC Optimizations.
      23             : bool llvm::objcarc::EnableARCOpts;
      24       99743 : static cl::opt<bool, true> EnableARCOptimizations(
      25       99743 :     "enable-objc-arc-opts", cl::desc("enable/disable all ARC Optimizations"),
      26      498715 :     cl::location(EnableARCOpts), cl::init(true), cl::Hidden);

Generated by: LCOV version 1.13