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

#include "llvm/IR/Module.h"

Public Member Functions

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

Public Attributes

ModFlagBehavior Behavior
 
MDStringKey
 
MetadataVal
 

Detailed Description

Definition at line 166 of file Module.h.

Constructor & Destructor Documentation

◆ ModuleFlagEntry()

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

Definition at line 171 of file Module.h.

Member Data Documentation

◆ Behavior

ModFlagBehavior llvm::Module::ModuleFlagEntry::Behavior

Definition at line 167 of file Module.h.

◆ Key

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

Definition at line 168 of file Module.h.

◆ Val

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

Definition at line 169 of file Module.h.


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