LLVM 17.0.0git
Static Public Member Functions | List of all members
llvm::IRAttributeManifest Struct Reference

Helper struct necessary as the modular build fails if the virtual method IRAttribute::manifest is defined in the Attributor.cpp. More...

#include "llvm/Transforms/IPO/Attributor.h"

Static Public Member Functions

static ChangeStatus manifestAttrs (Attributor &A, const IRPosition &IRP, const ArrayRef< Attribute > &DeducedAttrs, bool ForceReplace=false)
 

Detailed Description

Helper struct necessary as the modular build fails if the virtual method IRAttribute::manifest is defined in the Attributor.cpp.

Definition at line 2995 of file Attributor.h.

Member Function Documentation

◆ manifestAttrs()

ChangeStatus IRAttributeManifest::manifestAttrs ( Attributor A,
const IRPosition IRP,
const ArrayRef< Attribute > &  DeducedAttrs,
bool  ForceReplace = false 
)
static

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