LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::GlobalVarSummary::GVarFlags Struct Reference

#include "llvm/IR/ModuleSummaryIndex.h"

Collaboration diagram for llvm::GlobalVarSummary::GVarFlags:
Collaboration graph
[legend]

Public Member Functions

 GVarFlags (bool ReadOnly=false)
 

Public Attributes

unsigned ReadOnly: 1
 

Detailed Description

Definition at line 677 of file ModuleSummaryIndex.h.

Constructor & Destructor Documentation

◆ GVarFlags()

llvm::GlobalVarSummary::GVarFlags::GVarFlags ( bool  ReadOnly = false)
inline

Definition at line 678 of file ModuleSummaryIndex.h.

Member Data Documentation

◆ ReadOnly

unsigned llvm::GlobalVarSummary::GVarFlags::ReadOnly

Definition at line 680 of file ModuleSummaryIndex.h.

Referenced by getEncodedGVarFlags(), getSummaryKindName(), and resolveFwdRef().


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