|
LLVM 24.0.0git
|
#include "X86MCAsmInfo.h"#include "llvm/ADT/Enum.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCStreamer.h"#include "llvm/Support/CommandLine.h"#include "llvm/TargetParser/Triple.h"Go to the source code of this file.
Enumerations | |
| enum | AsmWriterFlavorTy { ATT = 0 , Intel = 1 } |
Variables | |
| static cl::opt< AsmWriterFlavorTy > | X86AsmSyntax ("x86-asm-syntax", cl::init(ATT), cl::Hidden, cl::desc("Select the assembly style for input"), cl::values(clEnumValN(ATT, "att", "Emit AT&T-style assembly"), clEnumValN(Intel, "intel", "Emit Intel-style assembly"))) |
| static cl::opt< bool > | MarkedJTDataRegions ("mark-data-regions", cl::init(true), cl::desc("Mark code section jump table data regions."), cl::Hidden) |
| constexpr EnumStringDef< MCAsmInfo::AtSpecifierKind > | AtSpecifierDefs [] |
| constexpr auto | atSpecifiers = BUILD_ENUM_STRINGS(AtSpecifierDefs) |
| enum AsmWriterFlavorTy |
| Enumerator | |
|---|---|
| ATT | |
| Intel | |
Definition at line 21 of file X86MCAsmInfo.cpp.
|
constexpr |
Definition at line 38 of file X86MCAsmInfo.cpp.
|
constexpr |
Definition at line 68 of file X86MCAsmInfo.cpp.
|
static |
Referenced by llvm::X86MCAsmInfoDarwin::X86MCAsmInfoDarwin().
|
static |