LLVM API Documentation

Public Member Functions | Static Public Member Functions
llvm::AArch64AppleInstPrinter Class Reference

#include <AArch64InstPrinter.h>

Inheritance diagram for llvm::AArch64AppleInstPrinter:
Inheritance graph
[legend]
Collaboration diagram for llvm::AArch64AppleInstPrinter:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 AArch64AppleInstPrinter (const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI, const MCSubtargetInfo &STI)
void printInst (const MCInst *MI, raw_ostream &O, StringRef Annot) override
void printInstruction (const MCInst *MI, raw_ostream &O) override
bool printAliasInstr (const MCInst *MI, raw_ostream &O) override
void printCustomAliasOperand (const MCInst *MI, unsigned OpIdx, unsigned PrintMethodIdx, raw_ostream &O) override
StringRef getRegName (unsigned RegNo) const override

Static Public Member Functions

static const char * getRegisterName (unsigned RegNo, unsigned AltIdx=AArch64::NoRegAltName)

Detailed Description

Definition at line 121 of file AArch64InstPrinter.h.


Constructor & Destructor Documentation

Definition at line 44 of file AArch64InstPrinter.cpp.


Member Function Documentation

static const char* llvm::AArch64AppleInstPrinter::getRegisterName ( unsigned  RegNo,
unsigned  AltIdx = AArch64::NoRegAltName 
) [static]

Reimplemented from llvm::AArch64InstPrinter.

Referenced by getRegName(), and printInst().

StringRef llvm::AArch64AppleInstPrinter::getRegName ( unsigned  RegNo) const [inline, override, virtual]

Reimplemented from llvm::AArch64InstPrinter.

Definition at line 133 of file AArch64InstPrinter.h.

References getRegisterName().

Reimplemented from llvm::AArch64InstPrinter.

void llvm::AArch64AppleInstPrinter::printCustomAliasOperand ( const MCInst MI,
unsigned  OpIdx,
unsigned  PrintMethodIdx,
raw_ostream O 
) [override, virtual]

Reimplemented from llvm::AArch64InstPrinter.

void AArch64AppleInstPrinter::printInst ( const MCInst MI,
raw_ostream OS,
StringRef  Annot 
) [override, virtual]
void llvm::AArch64AppleInstPrinter::printInstruction ( const MCInst MI,
raw_ostream O 
) [override, virtual]

Reimplemented from llvm::AArch64InstPrinter.


The documentation for this class was generated from the following files: