#include "clang/Basic/LLVM.h"
#include "llvm/IR/ModuleSummaryIndex.h"
#include <memory>
Go to the source code of this file.
|
| namespace | llvm |
| | Diagnostic wrappers for TextAPI types for error reporting.
|
| namespace | llvm::vfs |
| namespace | clang |
| | The JSON file list parser is used to communicate input to InstallAPI.
|
|
| void | clang::emitBackendOutput (CompilerInstance &CI, CodeGenOptions &CGOpts, StringRef TDesc, llvm::Module *M, BackendAction Action, llvm::IntrusiveRefCntPtr< llvm::vfs::FileSystem > VFS, std::unique_ptr< raw_pwrite_stream > OS, BackendConsumer *BC=nullptr) |
| void | clang::EmbedBitcode (llvm::Module *M, const CodeGenOptions &CGOpts, llvm::MemoryBufferRef Buf) |
| void | clang::EmbedObject (llvm::Module *M, const CodeGenOptions &CGOpts, llvm::vfs::FileSystem &VFS, DiagnosticsEngine &Diags) |