Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DVEToolchain.h33 bool SupportsProfiling() const override;
H A DXCore.h63 bool SupportsProfiling() const override;
H A DWebAssembly.h52 bool SupportsProfiling() const override;
H A DBareMetal.h47 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
H A DVEToolchain.cpp60 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.cpp109 bool XCoreToolChain::SupportsProfiling() const { return false; } in SupportsProfiling() function in XCoreToolChain
H A DCuda.h161 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
H A DWebAssembly.cpp213 bool WebAssembly::SupportsProfiling() const { return false; } in SupportsProfiling() function in WebAssembly
H A DDarwin.h248 bool SupportsProfiling() const override;
H A DDarwin.cpp2605 bool MachO::SupportsProfiling() const { in SupportsProfiling() function in MachO
2772 else if (Args.hasArg(options::OPT_pg) && SupportsProfiling()) in addStartObjectFileArgs()
H A DClang.cpp5768 if (TC.SupportsProfiling()) { in ConstructJob()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h489 virtual bool SupportsProfiling() const { return true; } in SupportsProfiling() function