LLVM  8.0.1
Enumerations | Variables
X86MCAsmInfo.cpp File Reference
#include "X86MCAsmInfo.h"
#include "llvm/ADT/Triple.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/Support/CommandLine.h"
Include dependency graph for X86MCAsmInfo.cpp:

Go to the source code of this file.

Enumerations

enum  AsmWriterFlavorTy { ATT = 0, Intel = 1 }
 

Variables

static cl::opt< AsmWriterFlavorTyAsmWriterFlavor ("x86-asm-syntax", cl::init(ATT), cl::Hidden, cl::desc("Choose style of code to emit from X86 backend:"), cl::values(clEnumValN(ATT, "att", "Emit AT&T-style assembly"), clEnumValN(Intel, "intel", "Emit Intel-style assembly")))
 
static cl::opt< boolMarkedJTDataRegions ("mark-data-regions", cl::init(true), cl::desc("Mark code section jump table data regions."), cl::Hidden)
 

Enumeration Type Documentation

◆ AsmWriterFlavorTy

Enumerator
ATT 
Intel 

Definition at line 21 of file X86MCAsmInfo.cpp.

Variable Documentation

◆ AsmWriterFlavor

cl::opt<AsmWriterFlavorTy> AsmWriterFlavor("x86-asm-syntax", cl::init(ATT), cl::Hidden, cl::desc("Choose style of code to emit from X86 backend:"), cl::values(clEnumValN(ATT, "att", "Emit AT&T-style assembly"), clEnumValN(Intel, "intel", "Emit Intel-style assembly")))
static

◆ MarkedJTDataRegions

cl::opt<bool> MarkedJTDataRegions("mark-data-regions", cl::init(true), cl::desc("Mark code section jump table data regions."), cl::Hidden)
static