|
LLVM
8.0.1
|
#include "AttributeImpl.h"#include "ConstantsContext.h"#include "llvm/ADT/APFloat.h"#include "llvm/ADT/APInt.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/DenseMapInfo.h"#include "llvm/ADT/DenseSet.h"#include "llvm/ADT/FoldingSet.h"#include "llvm/ADT/Hashing.h"#include "llvm/ADT/Optional.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SmallPtrSet.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringMap.h"#include "llvm/ADT/StringRef.h"#include "llvm/ADT/StringSet.h"#include "llvm/BinaryFormat/Dwarf.h"#include "llvm/IR/Constants.h"#include "llvm/IR/DebugInfoMetadata.h"#include "llvm/IR/DerivedTypes.h"#include "llvm/IR/LLVMContext.h"#include "llvm/IR/Metadata.h"#include "llvm/IR/TrackingMDRef.h"#include "llvm/Support/Allocator.h"#include "llvm/Support/Casting.h"#include "llvm/Support/YAMLTraits.h"#include <algorithm>#include <cassert>#include <cstddef>#include <cstdint>#include <memory>#include <string>#include <utility>#include <vector>#include "llvm/IR/Metadata.def"

Go to the source code of this file.
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Macros | |
| #define | HANDLE_MDNODE_LEAF(CLASS) using CLASS##Info = MDNodeInfo<CLASS>; |
| #define | HANDLE_MDNODE_LEAF_UNIQUABLE(CLASS) DenseSet<CLASS *, CLASS##Info> CLASS##s; |
| #define HANDLE_MDNODE_LEAF | ( | CLASS | ) | using CLASS##Info = MDNodeInfo<CLASS>; |
Definition at line 1146 of file LLVMContextImpl.h.
| #define HANDLE_MDNODE_LEAF_UNIQUABLE | ( | CLASS | ) | DenseSet<CLASS *, CLASS##Info> CLASS##s; |
Definition at line 1253 of file LLVMContextImpl.h.
1.8.13