LLVM API Documentation
#include "llvm/IR/User.h"
Go to the source code of this file.
Namespaces | |
llvm | |
List of target independent CodeGen pass IDs. | |
Macros | |
#define | DECLARE_TRANSPARENT_OPERAND_ACCESSORS(VALUECLASS) |
#define | DEFINE_TRANSPARENT_OPERAND_ACCESSORS(CLASS, VALUECLASS) |
Macro for generating out-of-class operand accessor definitions. More... | |
#define DECLARE_TRANSPARENT_OPERAND_ACCESSORS | ( | VALUECLASS | ) |
Macro for generating in-class operand accessor declarations. It should only be called in the public section of the interface.
Definition at line 108 of file OperandTraits.h.
#define DEFINE_TRANSPARENT_OPERAND_ACCESSORS | ( | CLASS, | |
VALUECLASS | |||
) |
Macro for generating out-of-class operand accessor definitions.
Definition at line 123 of file OperandTraits.h.