LLVM 22.0.0git
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 448 of file LTO.h.

Member Data Documentation

◆ Keep

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

Definition at line 450 of file LTO.h.

◆ M

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

Definition at line 449 of file LTO.h.


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