LLVM  8.0.1
Public Attributes | List of all members
llvm::ParsedModuleAndIndex Struct Reference

Holds the Module and ModuleSummaryIndex returned by the interfaces that parse both. More...

#include "llvm/AsmParser/Parser.h"

Collaboration diagram for llvm::ParsedModuleAndIndex:
Collaboration graph
[legend]

Public Attributes

std::unique_ptr< ModuleMod
 
std::unique_ptr< ModuleSummaryIndexIndex
 

Detailed Description

Holds the Module and ModuleSummaryIndex returned by the interfaces that parse both.

Definition at line 73 of file Parser.h.

Member Data Documentation

◆ Index

std::unique_ptr<ModuleSummaryIndex> llvm::ParsedModuleAndIndex::Index

Definition at line 75 of file Parser.h.

◆ Mod

std::unique_ptr<Module> llvm::ParsedModuleAndIndex::Mod

Definition at line 74 of file Parser.h.


The documentation for this struct was generated from the following file: