Searched refs:SupportsEmbeddedBitcode (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h479 /// SupportsEmbeddedBitcode - Does this tool chain support embedded bitcode.
480 virtual bool SupportsEmbeddedBitcode() const { return false; } function in class:clang::driver::ToolChain
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h490 bool SupportsEmbeddedBitcode() const override;
H A DDarwin.cpp362 if (MachOTC.SupportsEmbeddedBitcode()) {
2473 bool Darwin::SupportsEmbeddedBitcode() const { function in class:Darwin

Completed in 51 milliseconds