LLVM API Documentation
#include "MCTargetDesc/AArch64MCTargetDesc.h"
#include "MCTargetDesc/AArch64MCExpr.h"
#include "Utils/AArch64BaseInfo.h"
#include "llvm/ADT/APFloat.h"
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/MC/MCTargetAsmParser.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCParser/MCAsmLexer.h"
#include "llvm/MC/MCParser/MCAsmParser.h"
#include "llvm/MC/MCParser/MCParsedAsmOperand.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/TargetRegistry.h"
#include "AArch64GenAsmMatcher.inc"
Go to the source code of this file.
Macros | |
#define | GET_ASSEMBLER_HEADER |
#define | GET_OPERAND_DIAGNOSTIC_TYPES |
#define | GET_REGISTER_MATCHER |
#define | GET_MATCHER_IMPLEMENTATION |
Functions | |
static unsigned | MatchRegisterName (StringRef Name) |
void | LLVMInitializeAArch64AsmParser () |
Force static initialization. More... | |
#define GET_ASSEMBLER_HEADER |
Definition at line 47 of file AArch64AsmParser.cpp.
#define GET_MATCHER_IMPLEMENTATION |
Definition at line 2595 of file AArch64AsmParser.cpp.
#define GET_OPERAND_DIAGNOSTIC_TYPES |
Definition at line 53 of file AArch64AsmParser.cpp.
#define GET_REGISTER_MATCHER |
Definition at line 2594 of file AArch64AsmParser.cpp.
void LLVMInitializeAArch64AsmParser | ( | ) |
Force static initialization.
Definition at line 2590 of file AArch64AsmParser.cpp.