LLVM API Documentation
#include "llvm/CodeGen/MachineConstantPool.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/ErrorHandling.h"
#include <cstddef>
Go to the source code of this file.
Classes | |
class | llvm::ARMConstantPoolValue |
class | llvm::ARMConstantPoolConstant |
class | llvm::ARMConstantPoolSymbol |
class | llvm::ARMConstantPoolMBB |
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
namespace | llvm::ARMCP |
Enumerations | |
enum | llvm::ARMCP::ARMCPKind { llvm::ARMCP::CPValue, llvm::ARMCP::CPExtSymbol, llvm::ARMCP::CPBlockAddress, llvm::ARMCP::CPLSDA, llvm::ARMCP::CPMachineBasicBlock } |
enum | llvm::ARMCP::ARMCPModifier { llvm::ARMCP::no_modifier, llvm::ARMCP::TLSGD, llvm::ARMCP::GOT, llvm::ARMCP::GOTOFF, llvm::ARMCP::GOTTPOFF, llvm::ARMCP::TPOFF } |
Functions | |
raw_ostream & | llvm::operator<< (raw_ostream &O, const ARMConstantPoolValue &V) |