LLVM  3.7.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 195 of file Module.h.

Constructor & Destructor Documentation

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

Definition at line 199 of file Module.h.

Member Data Documentation

ModFlagBehavior llvm::Module::ModuleFlagEntry::Behavior

Definition at line 196 of file Module.h.

Referenced by llvm::TargetLoweringObjectFileMachO::emitModuleFlags().

MDString* llvm::Module::ModuleFlagEntry::Key
Metadata* llvm::Module::ModuleFlagEntry::Val

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