HomeSort by: relevance | last modified time | path
    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