Searched defs:getCounter (Results 1 – 3 of 3) sorted by relevance
/llvm-project/openmp/runtime/src/ | ||
H A D | kmp_stats.h | 747 inline counter *getCounter(counter_e idx) { return &_counters[idx]; } in getCounter() function |
/llvm-project/llvm/include/llvm/ProfileData/Coverage/ | ||
H A D | CoverageMapping.h | 149 static Counter getCounter(unsigned CounterId) { getCounter() function |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CoverageMappingGen.cpp | 154 const Counter &getCounter() const { return Count; } getCounter() function in __anonb8ab7b430211::SourceMappingRegion |