Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/Driver/
H A DToolChain.h324 virtual bool SupportsEmbeddedBitcode() const { in SupportsEmbeddedBitcode() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Driver/
DToolChain.h616 virtual bool SupportsEmbeddedBitcode() const { return false; } in SupportsEmbeddedBitcode() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Driver/
DToolChain.h606 virtual bool SupportsEmbeddedBitcode() const { return false; } in SupportsEmbeddedBitcode() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Driver/
DToolChain.h616 virtual bool SupportsEmbeddedBitcode() const { return false; } in SupportsEmbeddedBitcode() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Driver/
DToolChain.h616 virtual bool SupportsEmbeddedBitcode() const { return false; } in SupportsEmbeddedBitcode() function
/aosp_15_r20/external/clang/lib/Driver/
H A DToolChains.cpp1109 bool Darwin::SupportsEmbeddedBitcode() const { in SupportsEmbeddedBitcode() function in Darwin