LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions | Variables
ARMAsmPrinter.cpp File Reference
#include "ARMAsmPrinter.h"
#include "ARM.h"
#include "ARMBuildAttrs.h"
#include "ARMConstantPoolValue.h"
#include "ARMFPUName.h"
#include "ARMMachineFunctionInfo.h"
#include "ARMTargetMachine.h"
#include "ARMTargetObjectFile.h"
#include "InstPrinter/ARMInstPrinter.h"
#include "MCTargetDesc/ARMAddressingModes.h"
#include "MCTargetDesc/ARMMCExpr.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineJumpTableInfo.h"
#include "llvm/CodeGen/MachineModuleInfoImpls.h"
#include "llvm/DebugInfo.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/Type.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCAssembler.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCELFStreamer.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstBuilder.h"
#include "llvm/MC/MCObjectStreamer.h"
#include "llvm/MC/MCSectionMachO.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ELF.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/TargetRegistry.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/Mangler.h"
#include "llvm/Target/TargetMachine.h"
#include <cctype>
#include "ARMGenMCPseudoLowering.inc"
Include dependency graph for ARMAsmPrinter.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "asm-printer"
 

Functions

static ARMBuildAttrs::CPUArch getArchForCPU (StringRef CPU, const ARMSubtarget *Subtarget)
 
static MCSymbolgetPICLabel (const char *Prefix, unsigned FunctionNumber, unsigned LabelId, MCContext &Ctx)
 
static MCSymbolRefExpr::VariantKind getModifierVariantKind (ARMCP::ARMCPModifier Modifier)
 
void LLVMInitializeARMAsmPrinter ()
 

Variables

cl::opt< boolEnableARMEHABI
 

Macro Definition Documentation

#define DEBUG_TYPE   "asm-printer"

Definition at line 15 of file ARMAsmPrinter.cpp.

Function Documentation

static ARMBuildAttrs::CPUArch getArchForCPU ( StringRef  CPU,
const ARMSubtarget Subtarget 
)
static
static MCSymbolRefExpr::VariantKind getModifierVariantKind ( ARMCP::ARMCPModifier  Modifier)
static
static MCSymbol* getPICLabel ( const char *  Prefix,
unsigned  FunctionNumber,
unsigned  LabelId,
MCContext Ctx 
)
static
void LLVMInitializeARMAsmPrinter ( )

Definition at line 1789 of file ARMAsmPrinter.cpp.

References llvm::TheARMTarget, llvm::TheThumbTarget, llvm::X, and Y.

Variable Documentation

cl::opt<bool> EnableARMEHABI