LLVM  8.0.1
Classes | Namespaces | Enumerations | Functions
ARMConstantPoolValue.h File Reference
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/CodeGen/MachineConstantPool.h"
#include "llvm/Support/Casting.h"
#include <string>
#include <vector>
Include dependency graph for ARMConstantPoolValue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::ARMConstantPoolValue
 ARMConstantPoolValue - ARM specific constantpool value. More...
 
class  llvm::ARMConstantPoolConstant
 ARMConstantPoolConstant - ARM-specific constant pool values for Constants, Functions, and BlockAddresses. More...
 
class  llvm::ARMConstantPoolSymbol
 ARMConstantPoolSymbol - ARM-specific constantpool values for external symbols. More...
 
class  llvm::ARMConstantPoolMBB
 ARMConstantPoolMBB - ARM-specific constantpool value of a machine basic block. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 
 llvm::ARMCP
 

Enumerations

enum  llvm::ARMCP::ARMCPKind {
  llvm::ARMCP::CPValue, llvm::ARMCP::CPExtSymbol, llvm::ARMCP::CPBlockAddress, llvm::ARMCP::CPLSDA,
  llvm::ARMCP::CPMachineBasicBlock, llvm::ARMCP::CPPromotedGlobal
}
 
enum  llvm::ARMCP::ARMCPModifier {
  llvm::ARMCP::no_modifier, llvm::ARMCP::TLSGD, llvm::ARMCP::GOT_PREL, llvm::ARMCP::GOTTPOFF,
  llvm::ARMCP::TPOFF, llvm::ARMCP::SECREL, llvm::ARMCP::SBREL
}
 

Functions

raw_ostream & llvm::operator<< (raw_ostream &O, const ARMConstantPoolValue &V)