Searched refs:SupportsProfiling (Results 1 – 4 of 4) sorted by relevance
286 virtual bool SupportsProfiling() const { return true; } in SupportsProfiling() function
340 bool SupportsProfiling() const override;1052 bool SupportsProfiling() const override;1109 bool SupportsProfiling() const override;
1083 bool MachO::SupportsProfiling() const { in SupportsProfiling() function in MachO1147 if (Args.hasArg(options::OPT_pg) && SupportsProfiling()) { in addStartObjectFileArgs()4288 bool XCoreToolChain::SupportsProfiling() const { return false; } in SupportsProfiling() function in XCoreToolChain4448 bool WebAssembly::SupportsProfiling() const { return false; } in SupportsProfiling() function in WebAssembly
4604 if (getToolChain().SupportsProfiling()) in ConstructJob()