Home
last modified time | relevance | path

Searched defs:SupportsEmbeddedBitcode (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h537 virtual bool SupportsEmbeddedBitcode() const { return false; } in SupportsEmbeddedBitcode() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.cpp2589 bool Darwin::SupportsEmbeddedBitcode() const { in SupportsEmbeddedBitcode() function in Darwin