Home
last modified time | relevance | path

Searched defs:SupportsProfiling (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/clang/lib/Driver/ToolChains/
DHIP.h80 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
DBareMetal.h38 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
DVEToolchain.cpp60 bool VEToolChain::SupportsProfiling() const { return false; } in SupportsProfiling() function in VEToolChain
DCuda.h161 bool SupportsProfiling() const override { return false; } in SupportsProfiling() function
DXCore.cpp109 bool XCoreToolChain::SupportsProfiling() const { return false; } in SupportsProfiling() function in XCoreToolChain
DWebAssembly.cpp203 bool WebAssembly::SupportsProfiling() const { return false; } in SupportsProfiling() function in WebAssembly
DDarwin.cpp2576 bool MachO::SupportsProfiling() const { in SupportsProfiling() function in MachO
/external/clang/include/clang/Driver/
DToolChain.h291 virtual bool SupportsProfiling() const { return true; } in SupportsProfiling() function
/external/llvm-project/clang/include/clang/Driver/
DToolChain.h474 virtual bool SupportsProfiling() const { return true; } in SupportsProfiling() function
/external/clang/lib/Driver/
DToolChains.cpp1125 bool MachO::SupportsProfiling() const { in SupportsProfiling() function in MachO
4864 bool XCoreToolChain::SupportsProfiling() const { return false; } in SupportsProfiling() function in XCoreToolChain
5029 bool WebAssembly::SupportsProfiling() const { return false; } in SupportsProfiling() function in WebAssembly