Home
last modified time | relevance | path

Searched refs:hasBlocksRuntime (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/clang/lib/Driver/ToolChains/
DVEToolchain.h34 bool hasBlocksRuntime() const override;
DXCore.h64 bool hasBlocksRuntime() const override;
DWebAssembly.h51 bool hasBlocksRuntime() const override;
DVEToolchain.cpp62 bool VEToolChain::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in VEToolChain
DXCore.cpp111 bool XCoreToolChain::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in XCoreToolChain
DWebAssembly.cpp200 bool WebAssembly::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in WebAssembly
DDarwin.h482 bool hasBlocksRuntime() const override;
DDarwin.cpp834 bool Darwin::hasBlocksRuntime() const { in hasBlocksRuntime() function in Darwin
DClang.cpp5649 if (!Args.hasArg(options::OPT_fgnu_runtime) && !TC.hasBlocksRuntime()) in ConstructJob()
/external/clang/include/clang/Driver/
DToolChain.h360 virtual bool hasBlocksRuntime() const { return true; } in hasBlocksRuntime() function
/external/clang/lib/Driver/
DToolChains.h534 bool hasBlocksRuntime() const override;
1124 bool hasBlocksRuntime() const override;
1178 bool hasBlocksRuntime() const override;
DToolChains.cpp91 bool Darwin::hasBlocksRuntime() const { in hasBlocksRuntime() function in Darwin
4866 bool XCoreToolChain::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in XCoreToolChain
5026 bool WebAssembly::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in WebAssembly
DTools.cpp5252 !getToolChain().hasBlocksRuntime()) in ConstructJob()
/external/llvm-project/clang/include/clang/Driver/
DToolChain.h551 virtual bool hasBlocksRuntime() const { return true; } in hasBlocksRuntime() function