Home
last modified time | relevance | path

Searched refs:SupportsProfiling (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DVEToolchain.h32 bool SupportsProfiling() const override;
H A DAMDGPU.h72 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
H A DCuda.h160 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
H A DDarwin.h273 bool SupportsProfiling() const override;
H A DWebAssembly.cpp266 bool WebAssembly::SupportsProfiling() const { return false; } in SupportsProfiling() function in WebAssembly
H A DDarwin.cpp3232 bool MachO::SupportsProfiling() const { in SupportsProfiling() function in MachO
3483 else if (Args.hasArg(options::OPT_pg) && SupportsProfiling()) in addStartObjectFileArgs()
H A DClang.cpp6754 if (TC.SupportsProfiling()) { in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h568 virtual bool SupportsProfiling() const { return true; } in SupportsProfiling() function