|
LLVM
8.0.1
|
This file provides utility analysis objects describing memory locations. More...
#include "llvm/ADT/DenseMapInfo.h"#include "llvm/ADT/Optional.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/Metadata.h"

Go to the source code of this file.
Classes | |
| class | llvm::LocationSize |
| class | llvm::MemoryLocation |
| Representation for a specific memory location. More... | |
| struct | llvm::DenseMapInfo< LocationSize > |
| struct | llvm::DenseMapInfo< MemoryLocation > |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Functions | |
| raw_ostream & | llvm::operator<< (raw_ostream &OS, LocationSize Size) |
This file provides utility analysis objects describing memory locations.
These are used both by the Alias Analysis infrastructure and more specialized memory analysis layers.
Definition in file MemoryLocation.h.
1.8.13