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

  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 1 //===- GCOVProfiling.cpp - Insert edge counters for gcov profiling --------===//
10 // This pass implements GCOV-style profiling. When this pass is run it emits
45 #define DEBUG_TYPE "insert-gcov-profiling"
48 DefaultGCOVVersion("default-gcov-version", cl::init("402*"), cl::Hidden,
50 static cl::opt<bool> DefaultExitBlockBeforeBody("gcov-exit-block-before-body",
63 llvm::report_fatal_error(std::string("Invalid -default-gcov-version: ") +
88 return "GCOV Profiler";
145 INITIALIZE_PASS(GCOVProfiler, "insert-gcov-profiling",
146 "Insert instrumentation for GCOV profiling", false, false)
177 // represent this string in a GCOV fil
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 53 milliseconds