struct ParsedModuleAndIndex

Declaration

struct ParsedModuleAndIndex { /* full declaration omitted */ };

Description

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

Declared at: llvm/include/llvm/AsmParser/Parser.h:69

Member Variables

public std::unique_ptr<Module> Mod
public std::unique_ptr<ModuleSummaryIndex> Index