Home
last modified time | relevance | path

Searched refs:CountAndDurationType (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DTimeProfiler.cpp63 using CountAndDurationType = std::pair<size_t, DurationType>; typedef
65 std::pair<std::string, CountAndDurationType>;
194 StringMap<CountAndDurationType> AllCountAndTotalPerName; in write()
274 StringMap<CountAndDurationType> CountAndTotalPerName;