Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
DVEToolchain.h33 bool SupportsProfiling() const override;
DXCore.h63 bool SupportsProfiling() const override;
DWebAssembly.h52 bool SupportsProfiling() const override;
DBareMetal.h47 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
DVEToolchain.cpp60 bool VEToolChain::SupportsProfiling() const { return false; } in SupportsProfiling() function in VEToolChain
DAMDGPU.h72 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
DXCore.cpp109 bool XCoreToolChain::SupportsProfiling() const { return false; } in SupportsProfiling() function in XCoreToolChain
DCuda.h161 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
DWebAssembly.cpp213 bool WebAssembly::SupportsProfiling() const { return false; } in SupportsProfiling() function in WebAssembly
DDarwin.h245 bool SupportsProfiling() const override;
DDarwin.cpp2666 bool MachO::SupportsProfiling() const { in SupportsProfiling() function in MachO
2852 else if (Args.hasArg(options::OPT_pg) && SupportsProfiling()) in addStartObjectFileArgs()
DClang.cpp5811 if (TC.SupportsProfiling()) { in ConstructJob()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DToolChain.h493 virtual bool SupportsProfiling() const { return true; } in SupportsProfiling() function