|
LLVM
4.0.0
|
Go to the source code of this file.
Classes | |
| class | llvm::BitcodeWriter |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| void | llvm::WriteBitcodeToFile (const Module *M, raw_ostream &Out, bool ShouldPreserveUseListOrder=false, const ModuleSummaryIndex *Index=nullptr, bool GenerateHash=false) |
| Write the specified module to the specified raw output stream. More... | |
| void | llvm::WriteIndexToFile (const ModuleSummaryIndex &Index, raw_ostream &Out, const std::map< std::string, GVSummaryMapTy > *ModuleToSummariesForIndex=nullptr) |
| Write the specified module summary index to the given raw output stream, where it will be written in a new bitcode block. More... | |
1.8.6