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

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
VEToolchain.h 33 bool SupportsProfiling() const override;
WebAssembly.h 52 bool SupportsProfiling() const override;
XCore.h 63 bool SupportsProfiling() const override;
BareMetal.h 47 bool SupportsProfiling() const override { return false; }
AMDGPU.h 72 bool SupportsProfiling() const override { return false; }
VEToolchain.cpp 60 bool VEToolChain::SupportsProfiling() const { return false; }
XCore.cpp 109 bool XCoreToolChain::SupportsProfiling() const { return false; }
Cuda.h 161 bool SupportsProfiling() const override { return false; }
WebAssembly.cpp 213 bool WebAssembly::SupportsProfiling() const { return false; }
Darwin.h 248 bool SupportsProfiling() const override;
Darwin.cpp 2605 bool MachO::SupportsProfiling() const {
2772 else if (Args.hasArg(options::OPT_pg) && SupportsProfiling())
Clang.cpp 5768 if (TC.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 66 milliseconds