Home
last modified time | relevance | path

Searched defs:Profiling (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h130 struct Profiling { struct
131 Profiling(llvm::StringMap<llvm::TimeRecord> &Records) in Profiling() function
135 llvm::StringMap<llvm::TimeRecord> &Records;
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DOpenBSD.cpp118 const bool Profiling = Args.hasArg(options::OPT_pg); in ConstructJob() local
355 bool Profiling = Args.hasArg(options::OPT_pg); in AddCXXStdlibLibArgs() local
H A DDragonFly.cpp62 const bool Profiling = Args.hasArg(options::OPT_pg); in ConstructJob() local
H A DFreeBSD.cpp285 bool Profiling = Args.hasArg(options::OPT_pg) && Major != 0 && Major < 14; in ConstructJob() local