LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::Module::ModuleFlagEntry Struct Reference

#include "llvm/IR/Module.h"

Collaboration diagram for llvm::Module::ModuleFlagEntry:
Collaboration graph
[legend]

Public Member Functions

 ModuleFlagEntry (ModFlagBehavior B, MDString *K, Metadata *V)
 

Public Attributes

ModFlagBehavior Behavior
 
MDStringKey
 
MetadataVal
 

Detailed Description

Definition at line 156 of file Module.h.

Constructor & Destructor Documentation

◆ ModuleFlagEntry()

llvm::Module::ModuleFlagEntry::ModuleFlagEntry ( ModFlagBehavior  B,
MDString K,
Metadata V 
)
inline

Definition at line 161 of file Module.h.

References Context.

Member Data Documentation

◆ Behavior

ModFlagBehavior llvm::Module::ModuleFlagEntry::Behavior

Definition at line 157 of file Module.h.

Referenced by llvm::Module::getNamedGlobal().

◆ Key

MDString* llvm::Module::ModuleFlagEntry::Key

Definition at line 158 of file Module.h.

Referenced by llvm::Module::getNamedGlobal().

◆ Val

Metadata* llvm::Module::ModuleFlagEntry::Val

Definition at line 159 of file Module.h.

Referenced by llvm::Module::getNamedGlobal().


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