LLVM API Documentation
#include "X86MCAsmInfo.h"
#include "llvm/ADT/Triple.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCSectionELF.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ELF.h"
Go to the source code of this file.
Enumerations | |
enum | AsmWriterFlavorTy { ATT = 0, Intel = 1 } |
Variables | |
static cl::opt< AsmWriterFlavorTy > | AsmWriterFlavor ("x86-asm-syntax", cl::init(ATT), 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"), clEnumValEnd)) |
static cl::opt< bool > | MarkedJTDataRegions ("mark-data-regions", cl::init(false), cl::desc("Mark code section jump table data regions."), cl::Hidden) |
enum AsmWriterFlavorTy |
Definition at line 24 of file X86MCAsmInfo.cpp.
cl::opt<AsmWriterFlavorTy> AsmWriterFlavor("x86-asm-syntax", cl::init(ATT), 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"),clEnumValEnd)) [static] |
cl::opt<bool> MarkedJTDataRegions("mark-data-regions", cl::init(false), cl::desc("Mark code section jump table data regions."), cl::Hidden) [static] |
Referenced by llvm::X86MCAsmInfoDarwin::X86MCAsmInfoDarwin().