|
LLVM
8.0.1
|
This file defines various helper methods and classes used by LLVMContextImpl for creating and managing attributes. More...
#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 <cassert>#include <cstddef>#include <cstdint>#include <string>#include <utility>

Go to the source code of this file.
Classes | |
| class | llvm::AttributeImpl |
| class | llvm::EnumAttributeImpl |
| class | llvm::IntAttributeImpl |
| class | llvm::StringAttributeImpl |
| class | llvm::AttributeSetNode |
| class | llvm::AttributeListImpl |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Typedefs | |
| using | llvm::IndexAttrPair = std::pair< unsigned, AttributeSet > |
This file defines various helper methods and classes used by LLVMContextImpl for creating and managing attributes.
Definition in file AttributeImpl.h.
1.8.13