Searched defs:SupportsEmbeddedBitcode (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/ | ||
H A D | ToolChain.h | 606 virtual bool SupportsEmbeddedBitcode() const { return false; } SupportsEmbeddedBitcode() function |
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ | ||
H A D | Darwin.cpp | 3121 bool Darwin::SupportsEmbeddedBitcode() const { SupportsEmbeddedBitcode() function in Darwin |