LLVM API Documentation

Functions
MCTargetOptionsCommandFlags.h File Reference
#include "llvm/Support/CommandLine.h"
#include "llvm/MC/MCTargetOptions.h"
Include dependency graph for MCTargetOptionsCommandFlags.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

cl::opt
< MCTargetOptions::AsmInstrumentation
AsmInstrumentation ("asm-instrumentation", cl::desc("Instrumentation of inline assembly and ""assembly source files"), cl::init(MCTargetOptions::AsmInstrumentationNone), cl::values(clEnumValN(MCTargetOptions::AsmInstrumentationNone,"none","no instrumentation at all"), clEnumValN(MCTargetOptions::AsmInstrumentationAddress,"address","instrument instructions with memory arguments"), clEnumValEnd))
cl::opt< boolRelaxAll ("mc-relax-all", cl::desc("When used with filetype=obj, ""relax all fixups in the emitted object file"))
cl::opt< intDwarfVersion ("dwarf-version", cl::desc("Dwarf version"), cl::init(0))
cl::opt< boolShowMCInst ("asm-show-inst", cl::desc("Emit internal instruction representation to ""assembly file"))
static MCTargetOptions InitMCTargetOptionsFromFlags ()

Function Documentation

cl::opt<MCTargetOptions::AsmInstrumentation> AsmInstrumentation ( "asm-instrumentation"  ,
cl::  desc"Instrumentation of inline assembly and ""assembly source files",
cl::  initMCTargetOptions::AsmInstrumentationNone,
cl::  valuesclEnumValN(MCTargetOptions::AsmInstrumentationNone,"none","no instrumentation at all"), clEnumValN(MCTargetOptions::AsmInstrumentationAddress,"address","instrument instructions with memory arguments"), clEnumValEnd 
)
cl::opt<int> DwarfVersion ( "dwarf-version"  ,
cl::  desc"Dwarf version",
cl::  init
)
static MCTargetOptions InitMCTargetOptionsFromFlags ( ) [inline, static]
cl::opt<bool> RelaxAll ( "mc-relax-all"  ,
cl::  desc"When used with filetype=obj, ""relax all fixups in the emitted object file" 
)
cl::opt<bool> ShowMCInst ( "asm-show-inst"  ,
cl::  desc"Emit internal instruction representation to ""assembly file" 
)