LLVM  4.0.0
Classes | Namespaces | Typedefs
AttributeImpl.h File Reference

This file defines various helper methods and classes used by LLVMContextImpl for creating and managing attributes. More...

#include "AttributeSetNode.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/IR/Attributes.h"
#include "llvm/Support/TrailingObjects.h"
#include <algorithm>
#include <cassert>
#include <climits>
#include <cstddef>
#include <cstdint>
#include <string>
#include <utility>
Include dependency graph for AttributeImpl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::AttributeImpl
 
class  llvm::EnumAttributeImpl
 
class  llvm::IntAttributeImpl
 
class  llvm::StringAttributeImpl
 
class  llvm::AttributeSetImpl
 

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 

Typedefs

typedef std::pair< unsigned,
AttributeSetNode * > 
llvm::IndexAttrPair
 

Detailed Description

This file defines various helper methods and classes used by LLVMContextImpl for creating and managing attributes.

Definition in file AttributeImpl.h.