LLVM  4.0.0
Classes | Namespaces | Functions
ModuleSummaryIndexObjectFile.h File Reference
#include "llvm/IR/DiagnosticInfo.h"
#include "llvm/Object/SymbolicFile.h"
Include dependency graph for ModuleSummaryIndexObjectFile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::object::ModuleSummaryIndexObjectFile
 This class is used to read just the module summary index related sections out of the given object (which may contain a single module's bitcode or be a combined index bitcode file). More...
 

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 
 llvm::object
 

Functions

Expected< std::unique_ptr
< ModuleSummaryIndex > > 
llvm::getModuleSummaryIndexForFile (StringRef Path)
 Parse the module summary index out of an IR file and return the module summary index object if found, or nullptr if not. More...