LLVM
8.0.1
|
This file declares the MachineConstantPool class which is an abstract constant pool to keep track of constants referenced by a function. More...
#include "llvm/ADT/DenseSet.h"
#include "llvm/MC/SectionKind.h"
#include <climits>
#include <vector>
Go to the source code of this file.
Classes | |
class | llvm::MachineConstantPoolValue |
Abstract base class for all machine specific constantpool value subclasses. More... | |
class | llvm::MachineConstantPoolEntry |
This class is a data container for one entry in a MachineConstantPool. More... | |
class | llvm::MachineConstantPool |
The MachineConstantPool class keeps track of constants referenced by a function which must be spilled to memory. More... | |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Functions | |
raw_ostream & | llvm::operator<< (raw_ostream &OS, const MachineConstantPoolValue &V) |
This file declares the MachineConstantPool class which is an abstract constant pool to keep track of constants referenced by a function.
Definition in file MachineConstantPool.h.