LLVM  8.0.1
Public Attributes | List of all members
llvm::lto::LTO::RegularLTOState::AddedModule Struct Reference

#include "llvm/LTO/LTO.h"

Collaboration diagram for llvm::lto::LTO::RegularLTOState::AddedModule:
Collaboration graph
[legend]

Public Attributes

std::unique_ptr< ModuleM
 
std::vector< GlobalValue * > Keep
 

Detailed Description

Definition at line 307 of file LTO.h.

Member Data Documentation

◆ Keep

std::vector<GlobalValue *> llvm::lto::LTO::RegularLTOState::AddedModule::Keep

Definition at line 309 of file LTO.h.

◆ M

std::unique_ptr<Module> llvm::lto::LTO::RegularLTOState::AddedModule::M

Definition at line 308 of file LTO.h.


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