HomeSort by relevance Sort by last modified time
    Searched refs:needsProfileRT (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Driver/
ToolChain.h 266 /// needsProfileRT - returns true if instrumentation profile is on.
267 static bool needsProfileRT(const llvm::opt::ArgList &Args);
  /external/clang/lib/Driver/
ToolChain.cpp 312 bool ToolChain::needsProfileRT(const ArgList &Args) {
515 if (!needsProfileRT(Args)) return;
ToolChains.cpp 324 if (!needsProfileRT(Args)) return;
    [all...]

Completed in 43 milliseconds