LLVM 19.0.0git
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"

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 68 of file Parser.h.

Member Data Documentation

◆ Index

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

Definition at line 70 of file Parser.h.

◆ Mod

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

Definition at line 69 of file Parser.h.


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