Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDVEToolchain.h32 bool SupportsProfiling() const override;
HDXCore.h64 bool SupportsProfiling() const override;
HDSPIRV.h74 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
HDWebAssembly.h51 bool SupportsProfiling() const override;
HDHIPSPV.h90 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
HDBareMetal.h47 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
HDVEToolchain.cpp76 bool VEToolChain::SupportsProfiling() const { return false; } in SupportsProfiling() function in VEToolChain
HDAMDGPU.h72 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
HDXCore.cpp110 bool XCoreToolChain::SupportsProfiling() const { return false; } in SupportsProfiling() function in XCoreToolChain
HDCuda.h160 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
HDDarwin.h273 bool SupportsProfiling() const override;
HDWebAssembly.cpp266 bool WebAssembly::SupportsProfiling() const { return false; } in SupportsProfiling() function in WebAssembly
HDDarwin.cpp3232 bool MachO::SupportsProfiling() const { in SupportsProfiling() function in MachO
3483 else if (Args.hasArg(options::OPT_pg) && SupportsProfiling()) in addStartObjectFileArgs()
HDClang.cpp6754 if (TC.SupportsProfiling()) { in ConstructJob()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDToolChain.h568 virtual bool SupportsProfiling() const { return true; } in SupportsProfiling() function