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

#include "llvm/LTO/LTO.h"

Public Attributes

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

Detailed Description

Definition at line 329 of file LTO.h.

Member Data Documentation

◆ Keep

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

Definition at line 331 of file LTO.h.

◆ M

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

Definition at line 330 of file LTO.h.


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