Searched refs:SupportsProfiling (Results 1 – 4 of 4) sorted by relevance
291 virtual bool SupportsProfiling() const { return true; } in SupportsProfiling() function
358 bool SupportsProfiling() const override;1123 bool SupportsProfiling() const override;1180 bool SupportsProfiling() const override;
1125 bool MachO::SupportsProfiling() const { in SupportsProfiling() function in MachO1189 if (Args.hasArg(options::OPT_pg) && SupportsProfiling()) { in addStartObjectFileArgs()4864 bool XCoreToolChain::SupportsProfiling() const { return false; } in SupportsProfiling() function in XCoreToolChain5029 bool WebAssembly::SupportsProfiling() const { return false; } in SupportsProfiling() function in WebAssembly
5032 if (getToolChain().SupportsProfiling()) in ConstructJob()