LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
Attributes.h File Reference

This file contains the simple types necessary to represent the attributes associated with functions and their calls. More...

#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/PointerLikeTypeTraits.h"
#include <bitset>
#include <cassert>
#include <map>
#include <string>
Include dependency graph for Attributes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::DenseMapInfo< T >
 
class  llvm::Attribute
 
class  llvm::AttributeSet
 
struct  llvm::DenseMapInfo< AttributeSet >
 
class  llvm::AttrBuilder
 

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 
 llvm::AttributeFuncs
 

Functions

AttributeSet llvm::AttributeFuncs::typeIncompatible (Type *Ty, uint64_t Index)
 Which attributes cannot be applied to a type. More...
 

Detailed Description

This file contains the simple types necessary to represent the attributes associated with functions and their calls.

Definition in file Attributes.h.