LLVM API Documentation

Classes | Namespaces | Functions
MachineConstantPool.h File Reference
#include "llvm/ADT/DenseSet.h"
#include "llvm/MC/SectionKind.h"
#include <cassert>
#include <climits>
#include <vector>
Include dependency graph for MachineConstantPool.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

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.