Home
last modified time | relevance | path

Searched defs:CounterID (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp189 unsigned CounterID = getCounterId(std::string(CounterName)); in push_back() local
210 unsigned CounterID = getCounterId(std::string(CounterName)); in print() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h189 unsigned CounterID; member