LLVM 23.0.0git
BundleAttributes.cpp File Reference
#include "llvm/IR/BundleAttributes.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/BundleAttributes.def"

Go to the source code of this file.

Macros

#define ATTR(Name, Str)
#define ATTR(Name, Str)

Macro Definition Documentation

◆ ATTR [1/2]

#define ATTR ( Name,
Str )
Value:
case BundleAttr::Name: \
return #Str;

◆ ATTR [2/2]

#define ATTR ( Name,
Str )
Value:
.Case(#Str, BundleAttr::Name)