HomeSort by: relevance | last modified time | path
    Searched refs:pushRegion (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.cpp 577 size_t pushRegion(Counter Count, Optional<SourceLocation> StartLoc = None,
691 size_t Index = pushRegion(TopCount, StartLoc, EndLoc);
732 popRegions(pushRegion(Counter::getZero(), getStart(C), getEnd(C),
736 popRegions(pushRegion(TrueCnt, getStart(C), getEnd(C), FalseCnt));
747 popRegions(pushRegion(TrueCnt, getStart(SC), SC->getColonLoc(), FalseCnt));
869 pushRegion(Counter::getZero());
927 size_t Index = pushRegion(Count, StartLoc, EndLoc);
1043 pushRegion(LabelCount, Start);
1102 pushRegion(OutCount);
1134 pushRegion(OutCount)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 365 void pushRegion(CounterMappingRegion Region, uint64_t Count,
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 282 Function.pushRegion(Region, *ExecutionCount, *AltExecutionCount);

Completed in 19 milliseconds