Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DVEToolchain.h32 bool SupportsProfiling() const override;
H A DSPIRV.h74 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
H A DXCore.h64 bool SupportsProfiling() const override;
H A DWebAssembly.h51 bool SupportsProfiling() const override;
H A DHIPSPV.h90 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
H A DBareMetal.h47 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
H A DVEToolchain.cpp76 bool VEToolChain::SupportsProfiling() const { return false; } in SupportsProfiling() function in VEToolChain
H A DAMDGPU.h72 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
H A DXCore.cpp110 bool XCoreToolChain::SupportsProfiling() const { return false; } in SupportsProfiling() function in XCoreToolChain
H A DCuda.h159 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
H A DWebAssembly.cpp264 bool WebAssembly::SupportsProfiling() const { return false; } in SupportsProfiling() function in WebAssembly
H A DDarwin.h266 bool SupportsProfiling() const override;
H A DDarwin.cpp3137 bool MachO::SupportsProfiling() const { in SupportsProfiling() function in MachO
3388 else if (Args.hasArg(options::OPT_pg) && SupportsProfiling()) in addStartObjectFileArgs()
H A DClang.cpp6537 if (TC.SupportsProfiling()) { in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h554 virtual bool SupportsProfiling() const { return true; } in SupportsProfiling() function