Searched refs:SupportsProfiling (Results 1 – 15 of 15) sorted by relevance
32 bool SupportsProfiling() const override;
64 bool SupportsProfiling() const override;
74 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
51 bool SupportsProfiling() const override;
90 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
47 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
76 bool VEToolChain::SupportsProfiling() const { return false; } in SupportsProfiling() function in VEToolChain
72 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
110 bool XCoreToolChain::SupportsProfiling() const { return false; } in SupportsProfiling() function in XCoreToolChain
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