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

  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 380 size_t pushRegion(Counter Count, Optional<SourceLocation> StartLoc = None,
438 size_t Index = pushRegion(TopCount, getStart(S), getEnd(S));
544 pushRegion(Counter::getZero());
601 pushRegion(getRegionCounter(S), Start);
640 pushRegion(OutCount);
661 pushRegion(OutCount);
694 pushRegion(OutCount);
713 pushRegion(OutCount);
731 pushRegion(OutCount);
749 pushRegion(Counter::getZero(), getStart(CS->body_front())
    [all...]
  /external/llvm/include/llvm/ProfileData/
CoverageMapping.h 266 void pushRegion(CounterMappingRegion Region, uint64_t Count) {
  /external/llvm/lib/ProfileData/
CoverageMapping.cpp 207 Function.pushRegion(Region, *ExecutionCount);

Completed in 83 milliseconds