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

  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 403 size_t pushRegion(Counter Count, Optional<SourceLocation> StartLoc = None,
461 size_t Index = pushRegion(TopCount, getStart(S), getEnd(S));
583 pushRegion(Counter::getZero());
646 pushRegion(getRegionCounter(S), Start);
685 pushRegion(OutCount);
706 pushRegion(OutCount);
739 pushRegion(OutCount);
760 pushRegion(OutCount);
780 pushRegion(OutCount);
798 pushRegion(Counter::getZero(), getStart(CS->body_front())
    [all...]
  /external/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 308 void pushRegion(CounterMappingRegion Region, uint64_t Count) {

Completed in 47 milliseconds