Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.0.0git
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 163 of file Module.h.

Constructor & Destructor Documentation

◆ ModuleFlagEntry()

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

Definition at line 168 of file Module.h.

References B(), Behavior, Key, and Val.

Member Data Documentation

◆ Behavior

ModFlagBehavior llvm::Module::ModuleFlagEntry::Behavior

Definition at line 164 of file Module.h.

Referenced by ModuleFlagEntry().

◆ Key

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

Definition at line 165 of file Module.h.

Referenced by ModuleFlagEntry().

◆ Val

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

Definition at line 166 of file Module.h.

Referenced by ModuleFlagEntry().


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