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

#include <Module.h>

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

Public Member Functions

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

Public Attributes

ModFlagBehavior Behavior
 
MDStringKey
 
MetadataVal
 

Detailed Description

Definition at line 140 of file Module.h.

Constructor & Destructor Documentation

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

Definition at line 144 of file Module.h.

Member Data Documentation

ModFlagBehavior llvm::Module::ModuleFlagEntry::Behavior

Definition at line 141 of file Module.h.

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

Definition at line 142 of file Module.h.

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

Definition at line 143 of file Module.h.


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