OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Profiling
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
OpenBSD.cpp
295
bool
Profiling
= Args.hasArg(options::OPT_pg);
297
CmdArgs.push_back(
Profiling
? "-lc++_p" : "-lc++");
298
CmdArgs.push_back(
Profiling
? "-lc++abi_p" : "-lc++abi");
299
CmdArgs.push_back(
Profiling
? "-lpthread_p" : "-lpthread");
FreeBSD.cpp
419
bool
Profiling
= Args.hasArg(options::OPT_pg);
423
CmdArgs.push_back(
Profiling
? "-lc++_p" : "-lc++");
427
CmdArgs.push_back(
Profiling
? "-lstdc++_p" : "-lstdc++");
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchFinder.h
110
/// This id is used, for example, for the
profiling
output.
129
struct
Profiling
{
130
Profiling
(llvm::StringMap<llvm::TimeRecord> &Records)
140
llvm::Optional<
Profiling
> CheckProfiling;
Completed in 18 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026