LLVM
8.0.1
|
#include "llvm/MC/MCStreamer.h"
#include "llvm/Support/DataTypes.h"
#include <string>
#include "X86GenRegisterInfo.inc"
#include "X86GenInstrInfo.inc"
#include "X86GenSubtargetInfo.inc"
Go to the source code of this file.
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
llvm::DWARFFlavour | |
Flavour of dwarf regnumbers. | |
llvm::N86 | |
Native X86 register numbers. | |
llvm::X86_MC | |
Macros | |
#define | GET_REGINFO_ENUM |
#define | GET_INSTRINFO_ENUM |
#define | GET_INSTRINFO_MC_HELPER_DECLS |
#define | GET_SUBTARGETINFO_ENUM |
Enumerations | |
enum | { llvm::DWARFFlavour::X86_64 = 0, llvm::DWARFFlavour::X86_32_DarwinEH = 1, llvm::DWARFFlavour::X86_32_Generic = 2 } |
enum | { llvm::N86::EAX = 0, llvm::N86::ECX = 1, llvm::N86::EDX = 2, llvm::N86::EBX = 3, llvm::N86::ESP = 4, llvm::N86::EBP = 5, llvm::N86::ESI = 6, llvm::N86::EDI = 7 } |
#define GET_INSTRINFO_ENUM |
Definition at line 136 of file X86MCTargetDesc.h.
#define GET_INSTRINFO_MC_HELPER_DECLS |
Definition at line 137 of file X86MCTargetDesc.h.
#define GET_REGINFO_ENUM |
Definition at line 131 of file X86MCTargetDesc.h.
#define GET_SUBTARGETINFO_ENUM |
Definition at line 140 of file X86MCTargetDesc.h.