Searched refs:SupportsProfiling (Results 1 – 12 of 12) sorted by relevance
32 bool SupportsProfiling() const override;
89 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
50 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
75 bool VEToolChain::SupportsProfiling() const { return false; } in SupportsProfiling() function in VEToolChain
110 bool XCoreToolChain::SupportsProfiling() const { return false; } in SupportsProfiling() function in XCoreToolChain
74 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
160 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
293 bool WebAssembly::SupportsProfiling() const { return false; } in SupportsProfiling() function in WebAssembly
279 bool SupportsProfiling() const override;
3474 bool MachO::SupportsProfiling() const { in SupportsProfiling() function in MachO3725 else if (Args.hasArg(options::OPT_pg) && SupportsProfiling()) in addStartObjectFileArgs()
6794 if (TC.SupportsProfiling()) { in ConstructJob()
590 virtual bool SupportsProfiling() const { return true; } in SupportsProfiling() function