Searched defs:Profiling (Results 1 – 5 of 5) sorted by relevance
299 ### Profiling subsection321 #### Instruments356 #### Perf374 #### Visual Studio
130 struct Profiling { struct131 Profiling(llvm::StringMap<llvm::TimeRecord> &Records) in Profiling() function135 llvm::StringMap<llvm::TimeRecord> &Records;
118 const bool Profiling = Args.hasArg(options::OPT_pg); in ConstructJob() local364 bool Profiling = Args.hasArg(options::OPT_pg); in AddCXXStdlibLibArgs() local
292 bool Profiling = Args.hasArg(options::OPT_pg) && Major != 0 && Major < 14; in ConstructJob() local451 bool Profiling = Args.hasArg(options::OPT_pg) && Major != 0 && Major < 14; in AddCXXStdlibLibArgs() local
62 const bool Profiling = Args.hasArg(options::OPT_pg); in ConstructJob() local