Searched defs:TimerGroupDesc (Results 1 – 6 of 6) sorted by relevance
/llvm-project/bolt/include/bolt/Rewrite/ | ||
H A D | BinaryPassManager.h | 33 static const char TimerGroupDesc[]; variable |
H A D | RewriteInstance.h | 399 static const char TimerGroupDesc[]; global() variable |
/llvm-project/bolt/lib/Rewrite/ | ||
H A D | BinaryPassManager.cpp | 274 const char BinaryFunctionPassManager::TimerGroupDesc[] = global() member in llvm::bolt::BinaryFunctionPassManager |
H A D | RewriteInstance.cpp | 256 const char RewriteInstance::TimerGroupDesc[] = "Rewrite passes"; global() member in RewriteInstance |
/llvm-project/bolt/include/bolt/Core/ | ||
H A D | BinaryFunction.h | 204 static const char TimerGroupDesc[]; global() variable |
/llvm-project/bolt/lib/Profile/ | ||
H A D | DataAggregator.cpp | 118 const char TimerGroupDesc[] = "Aggregator"; global() variable |