Home
last modified time | relevance | path

Searched refs:SupportsProfiling (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Driver/
DToolChain.h252 virtual bool SupportsProfiling() const { return true; } in SupportsProfiling() function
/external/clang/lib/Driver/
DToolChains.h294 bool SupportsProfiling() const override;
846 bool SupportsProfiling() const override;
DToolChains.cpp973 bool MachO::SupportsProfiling() const { in SupportsProfiling() function in MachO
1025 if (Args.hasArg(options::OPT_pg) && SupportsProfiling()) { in addStartObjectFileArgs()
3642 bool XCore::SupportsProfiling() const { in SupportsProfiling() function in XCore
DTools.cpp3786 if (getToolChain().SupportsProfiling()) in ConstructJob()