Home
last modified time | relevance | path

Searched defs:hasBlocksRuntime (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDVEToolchain.cpp78 bool VEToolChain::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in VEToolChain
HDXCore.cpp112 bool XCoreToolChain::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in XCoreToolChain
HDWebAssembly.cpp263 bool WebAssembly::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in WebAssembly
HDDarwin.cpp972 bool Darwin::hasBlocksRuntime() const { in hasBlocksRuntime() function in Darwin
/freebsd-head/contrib/llvm-project/clang/include/clang/Driver/
HDToolChain.h663 virtual bool hasBlocksRuntime() const { return true; } in hasBlocksRuntime() function