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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h536 /// SupportsEmbeddedBitcode - Does this tool chain support embedded bitcode.
537 virtual bool SupportsEmbeddedBitcode() const { return false; } function in class:clang::driver::ToolChain
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.h515 bool SupportsEmbeddedBitcode() const override;
H A DDarwin.cpp366 if (MachOTC.SupportsEmbeddedBitcode()) {
2589 bool Darwin::SupportsEmbeddedBitcode() const { function in class:Darwin

Completed in 100 milliseconds