Searched refs:SupportsProfiling (Results 1 – 13 of 13) sorted by relevance
33 bool SupportsProfiling() const override;
63 bool SupportsProfiling() const override;
52 bool SupportsProfiling() const override;
47 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
60 bool VEToolChain::SupportsProfiling() const { return false; } in SupportsProfiling() function in VEToolChain
72 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
109 bool XCoreToolChain::SupportsProfiling() const { return false; } in SupportsProfiling() function in XCoreToolChain
161 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
213 bool WebAssembly::SupportsProfiling() const { return false; } in SupportsProfiling() function in WebAssembly
245 bool SupportsProfiling() const override;
2666 bool MachO::SupportsProfiling() const { in SupportsProfiling() function in MachO2852 else if (Args.hasArg(options::OPT_pg) && SupportsProfiling()) in addStartObjectFileArgs()
5811 if (TC.SupportsProfiling()) { in ConstructJob()
493 virtual bool SupportsProfiling() const { return true; } in SupportsProfiling() function