HomeSort by: relevance | last modified time | path
    Searched defs:SupportsProfiling (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
VEToolchain.cpp 60 bool VEToolChain::SupportsProfiling() const { return false; }
XCore.cpp 109 bool XCoreToolChain::SupportsProfiling() const { return false; }
WebAssembly.cpp 213 bool WebAssembly::SupportsProfiling() const { return false; }
Darwin.cpp 2605 bool MachO::SupportsProfiling() const {
2772 else if (Args.hasArg(options::OPT_pg) && SupportsProfiling())
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
ToolChain.h 488 /// SupportsProfiling - Does this tool chain support -pg.
489 virtual bool SupportsProfiling() const { return true; }

Completed in 28 milliseconds