Searched refs:SupportsProfiling (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DBareMetal.h38 bool SupportsProfiling() const override { return false; }
H A DWebAssembly.h53 bool SupportsProfiling() const override;
H A DXCore.h63 bool SupportsProfiling() const override;
H A DHIP.h96 bool SupportsProfiling() const override { return false; }
H A DXCore.cpp107 bool XCoreToolChain::SupportsProfiling() const { return false; } function in class:XCoreToolChain
H A DCuda.h165 bool SupportsProfiling() const override { return false; }
H A DWebAssembly.cpp175 bool WebAssembly::SupportsProfiling() const { return false; } function in class:WebAssembly
H A DDarwin.h252 bool SupportsProfiling() const override;
H A DDarwin.cpp2489 bool MachO::SupportsProfiling() const { function in class:MachO
2592 if (Args.hasArg(options::OPT_pg) && SupportsProfiling()) {
H A DClang.cpp5125 if (TC.SupportsProfiling()) {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h436 /// SupportsProfiling - Does this tool chain support -pg.
437 virtual bool SupportsProfiling() const { return true; } function in class:clang::driver::ToolChain

Completed in 56 milliseconds