LLVM 19.0.0git
Macros | Functions
ARMAsmPrinter.cpp File Reference
#include "ARMAsmPrinter.h"
#include "ARM.h"
#include "ARMConstantPoolValue.h"
#include "ARMMachineFunctionInfo.h"
#include "ARMTargetMachine.h"
#include "ARMTargetObjectFile.h"
#include "MCTargetDesc/ARMAddressingModes.h"
#include "MCTargetDesc/ARMInstPrinter.h"
#include "MCTargetDesc/ARMMCExpr.h"
#include "TargetInfo/ARMTargetInfo.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/BinaryFormat/COFF.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/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/MCStreamer.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Support/ARMBuildAttributes.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetMachine.h"
#include "ARMGenMCPseudoLowering.inc"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "asm-printer"
 

Functions

static bool isThumb (const MCSubtargetInfo &STI)
 
static void emitNonLazySymbolPointer (MCStreamer &OutStreamer, MCSymbol *StubLabel, MachineModuleInfoImpl::StubValueTy &MCSym)
 
static bool checkFunctionsAttributeConsistency (const Module &M, StringRef Attr, StringRef Value)
 
static bool checkDenormalAttributeConsistency (const Module &M, StringRef Attr, DenormalMode Value)
 
static MCSymbolgetBFLabel (StringRef Prefix, unsigned FunctionNumber, unsigned LabelId, MCContext &Ctx)
 
static MCSymbolgetPICLabel (StringRef Prefix, unsigned FunctionNumber, unsigned LabelId, MCContext &Ctx)
 
static MCSymbolRefExpr::VariantKind getModifierVariantKind (ARMCP::ARMCPModifier Modifier)
 
LLVM_EXTERNAL_VISIBILITY void LLVMInitializeARMAsmPrinter ()
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "asm-printer"

Definition at line 51 of file ARMAsmPrinter.cpp.

Function Documentation

◆ checkDenormalAttributeConsistency()

static bool checkDenormalAttributeConsistency ( const Module M,
StringRef  Attr,
DenormalMode  Value 
)
static

Definition at line 614 of file ARMAsmPrinter.cpp.

References llvm::any_of(), F, and llvm::parseDenormalFPAttribute().

◆ checkFunctionsAttributeConsistency()

static bool checkFunctionsAttributeConsistency ( const Module M,
StringRef  Attr,
StringRef  Value 
)
static

Definition at line 606 of file ARMAsmPrinter.cpp.

References llvm::any_of(), and F.

◆ emitNonLazySymbolPointer()

static void emitNonLazySymbolPointer ( MCStreamer OutStreamer,
MCSymbol StubLabel,
MachineModuleInfoImpl::StubValueTy MCSym 
)
static

◆ getBFLabel()

static MCSymbol * getBFLabel ( StringRef  Prefix,
unsigned  FunctionNumber,
unsigned  LabelId,
MCContext Ctx 
)
static

◆ getModifierVariantKind()

static MCSymbolRefExpr::VariantKind getModifierVariantKind ( ARMCP::ARMCPModifier  Modifier)
static

◆ getPICLabel()

static MCSymbol * getPICLabel ( StringRef  Prefix,
unsigned  FunctionNumber,
unsigned  LabelId,
MCContext Ctx 
)
static

◆ isThumb()

static bool isThumb ( const MCSubtargetInfo STI)
static

◆ LLVMInitializeARMAsmPrinter()

LLVM_EXTERNAL_VISIBILITY void LLVMInitializeARMAsmPrinter ( )