LLVM API Documentation

Defines | Functions
ARMAsmPrinter.cpp File Reference
#include "ARMAsmPrinter.h"
#include "ARM.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/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineJumpTableInfo.h"
#include "llvm/CodeGen/MachineModuleInfoImpls.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/DebugInfo.h"
#include "llvm/IR/Mangler.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/ARMBuildAttributes.h"
#include "llvm/Support/COFF.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/TargetMachine.h"
#include <cctype>
#include "ARMGenMCPseudoLowering.inc"
Include dependency graph for ARMAsmPrinter.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "asm-printer"

Functions

static bool isThumb (const MCSubtargetInfo &STI)
static void emitNonLazySymbolPointer (MCStreamer &OutStreamer, MCSymbol *StubLabel, MachineModuleInfoImpl::StubValueTy &MCSym)
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 ()

Define Documentation

#define DEBUG_TYPE   "asm-printer"

Definition at line 58 of file ARMAsmPrinter.cpp.


Function Documentation

static void emitNonLazySymbolPointer ( MCStreamer OutStreamer,
MCSymbol StubLabel,
MachineModuleInfoImpl::StubValueTy MCSym 
) [static]
static ARMBuildAttrs::CPUArch getArchForCPU ( StringRef  CPU,
const ARMSubtarget Subtarget 
) [static]
static MCSymbol* getPICLabel ( const char *  Prefix,
unsigned  FunctionNumber,
unsigned  LabelId,
MCContext Ctx 
) [static]
static bool isThumb ( const MCSubtargetInfo STI) [static]