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() argument135 llvm::StringMap<llvm::TimeRecord> &Records;
117 const bool Profiling = Args.hasArg(options::OPT_pg); ConstructJob() local 360 bool Profiling = Args.hasArg(options::OPT_pg); AddCXXStdlibLibArgs() local [all...]
287 bool Profiling = Args.hasArg(options::OPT_pg) && Major != 0 && Major < 14; ConstructJob() local 446 bool Profiling = Args.hasArg(options::OPT_pg) && Major != 0 && Major < 14; AddCXXStdlibLibArgs() local [all...]
62 const bool Profiling = Args.hasArg(options::OPT_pg); in ConstructJob() local