Searched refs:SupportsProfiling (Results 1 – 8 of 8) sorted by relevance
32 bool SupportsProfiling() const override;
72 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
160 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
273 bool SupportsProfiling() const override;
266 bool WebAssembly::SupportsProfiling() const { return false; } in SupportsProfiling() function in WebAssembly
3232 bool MachO::SupportsProfiling() const { in SupportsProfiling() function in MachO3483 else if (Args.hasArg(options::OPT_pg) && SupportsProfiling()) in addStartObjectFileArgs()
6754 if (TC.SupportsProfiling()) { in ConstructJob()
568 virtual bool SupportsProfiling() const { return true; } in SupportsProfiling() function