Searched defs:SupportsProfiling (Results 1 – 8 of 8) sorted by relevance
47 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
72 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
60 bool VEToolChain::SupportsProfiling() const { return false; } in SupportsProfiling() function in VEToolChain
161 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
109 bool XCoreToolChain::SupportsProfiling() const { return false; } in SupportsProfiling() function in XCoreToolChain
213 bool WebAssembly::SupportsProfiling() const { return false; } in SupportsProfiling() function in WebAssembly
2605 bool MachO::SupportsProfiling() const { in SupportsProfiling() function in MachO
489 virtual bool SupportsProfiling() const { return true; } in SupportsProfiling() function