Searched refs:pushRegion (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp481 size_t pushRegion(Counter Count, Optional<SourceLocation> StartLoc = None, function in struct:__anon436::CounterCoverageMappingBuilder
664 size_t Index = pushRegion(TopCount, StartLoc, EndLoc);
792 pushRegion(Counter::getZero());
824 size_t Index = pushRegion(Count, StartLoc, EndLoc);
920 pushRegion(LabelCount, Start);
976 pushRegion(OutCount);
997 pushRegion(OutCount);
1044 pushRegion(OutCount);
1073 pushRegion(OutCount);
1099 pushRegion(OutCoun
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp251 Function.pushRegion(Region, *ExecutionCount);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h322 void pushRegion(CounterMappingRegion Region, uint64_t Count) { function in struct:llvm::coverage::FunctionRecord

Completed in 116 milliseconds