LLVM API Documentation
#include "llvm/ADT/DenseSet.h"
#include "llvm/MC/SectionKind.h"
#include <cassert>
#include <climits>
#include <vector>
Go to the source code of this file.
Classes | |
class | llvm::MachineConstantPoolValue |
class | llvm::MachineConstantPoolEntry |
An entry in a MachineConstantPool. More... | |
class | llvm::MachineConstantPool |
The machine constant pool. More... | |
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
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.